Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dconvert_types.h14 struct MutableCopy { struct
18 constexpr MutableCopy() = default; argument
19 constexpr MutableCopy(int _val) : val(_val) {} in MutableCopy() function
23 constexpr MutableCopy(std::allocator_arg_t, const test_allocator<int>&, MutableCopy& o) in MutableCopy() argument