Home
last modified time | relevance | path

Searched refs:check_swappable_with_including_lvalue_ref_to_volatile (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.swappable/
H A Dswappable_with.compile.pass.cpp154 constexpr bool check_swappable_with_including_lvalue_ref_to_volatile() { in check_swappable_with_including_lvalue_ref_to_volatile() function
163 check_swappable_with_including_lvalue_ref_to_volatile<int, int>());
165 check_swappable_with_including_lvalue_ref_to_volatile<double, double>());
167 !check_swappable_with_including_lvalue_ref_to_volatile<int, double>());
170 check_swappable_with_including_lvalue_ref_to_volatile<int*, int*>());
172 !check_swappable_with_including_lvalue_ref_to_volatile<int, int*>());
173 static_assert(check_swappable_with_including_lvalue_ref_to_volatile<
176 !check_swappable_with_including_lvalue_ref_to_volatile<int, int (*)()>());
179 static_assert(!check_swappable_with_including_lvalue_ref_to_volatile<int, S>());
180 static_assert(check_swappable_with_including_lvalue_ref_to_volatile<
[all …]