Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Demplace_constructible.h15 struct EmplaceConstructibleAndMoveInsertable { struct
18 TEST_CONSTEXPR_CXX14 explicit EmplaceConstructibleAndMoveInsertable(T xvalue) : value(xvalue) {} in EmplaceConstructibleAndMoveInsertable() function
20 TEST_CONSTEXPR_CXX14 EmplaceConstructibleAndMoveInsertable( in EmplaceConstructibleAndMoveInsertable() function