Searched defs:EmplaceConstructibleAndMoveInsertable (Results 1 – 1 of 1) sorted by relevance
15 struct EmplaceConstructibleAndMoveInsertable { struct18 TEST_CONSTEXPR_CXX14 explicit EmplaceConstructibleAndMoveInsertable(T xvalue) : value(xvalue) {} in EmplaceConstructibleAndMoveInsertable() function20 TEST_CONSTEXPR_CXX14 EmplaceConstructibleAndMoveInsertable( in EmplaceConstructibleAndMoveInsertable() function