Searched defs:is_transparent (Results 1 – 4 of 4) 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::logical_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::bit_and<int>>::value, "" ); in main() argument