Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Demplace_constructible.h26 struct EmplaceConstructibleAndMoveable { struct
30 …TEST_CONSTEXPR_CXX14 explicit EmplaceConstructibleAndMoveable(T xvalue) noexcept : value(xvalue) {} in EmplaceConstructibleAndMoveable() argument
32 TEST_CONSTEXPR_CXX14 EmplaceConstructibleAndMoveable(EmplaceConstructibleAndMoveable&& Other) in EmplaceConstructibleAndMoveable() argument