Home
last modified time | relevance | path

Searched defs:ConstSwappable (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dswap_member_const.pass.cpp40 struct ConstSwappable { struct
42 …friend constexpr void swap(const ConstSwappable& lhs, const ConstSwappable& rhs) { std::swap(lhs.i… in swap() argument
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.spec/
H A Dnon_member_const_swap.pass.cpp28 struct ConstSwappable { struct
30 …friend constexpr void swap(const ConstSwappable& lhs, const ConstSwappable& rhs) { std::swap(lhs.i… in swap() argument
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.swap/
H A Dmember_swap_const.pass.cpp51 struct ConstSwappable { struct
55 constexpr void swap(const ConstSwappable& lhs, const ConstSwappable& rhs) { std::swap(lhs.i, rhs.i)… in swap() argument