Searched defs:is_transparent (Results 1 – 6 of 6) sorted by relevance
15 struct is_transparent struct20 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument28 static_assert ( !is_transparent<std::less<int>>::value, "" ); in main() argument
15 struct is_transparent struct20 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument27 static_assert ( !is_transparent<std::bit_and<int>>::value, "" ); in main() argument
15 struct is_transparent struct20 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main() argument
15 struct is_transparent struct20 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument28 static_assert ( !is_transparent<std::plus<int>>::value, "" ); in main() argument
25 typedef void is_transparent; // correct typedef47 typedef void is_transparent; // error - should be accessible typedef58 int is_transparent; // error - should be a type member
4953 int is_transparent; /* Transparency information was present. */ member