Home
last modified time | relevance | path

Searched defs:is_transparent (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::less<int>>::value, "" ); in main() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/
Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::plus<int>>::value, "" ); in main() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" ); in main() argument