Searched defs:is_transparent (Results 1 – 9 of 9) sorted by relevance
14 struct is_transparent struct19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument28 static_assert ( !is_transparent<std::less<int>>::value, "" ); in main() argument
14 struct is_transparent struct19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" ); in main() argument
14 struct is_transparent struct19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument28 static_assert ( !is_transparent<std::plus<int>>::value, "" ); in main() argument
14 struct is_transparent struct19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main() argument
23 typedef void is_transparent; // correct typedef45 typedef void is_transparent; // error - should be accessible typedef56 int is_transparent; // error - should be a type member