Searched refs:check_swappable_with_including_lvalue_ref_to_volatile (Results 1 – 1 of 1) sorted by relevance
154 constexpr bool check_swappable_with_including_lvalue_ref_to_volatile() { in check_swappable_with_including_lvalue_ref_to_volatile() function163 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 …]