Home
last modified time | relevance | path

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

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