Searched refs:EmplaceConstructible (Results 1 – 8 of 8) sorted by relevance
8 struct EmplaceConstructible { struct10 explicit EmplaceConstructible(T xvalue) : value(xvalue) {} in EmplaceConstructible() argument11 EmplaceConstructible(EmplaceConstructible const&) = delete;
8 struct EmplaceConstructible { struct10 TEST_CONSTEXPR_CXX14 explicit EmplaceConstructible(T xvalue) : value(xvalue) {} in EmplaceConstructible() argument11 EmplaceConstructible(EmplaceConstructible const&) = delete;
91 using T = EmplaceConstructible<int>; in test_emplacable_concept()109 using T = EmplaceConstructible<int>; in test_emplacable_concept()138 using T = EmplaceConstructible<int>; in test_emplacable_concept_with_alloc()157 using T = EmplaceConstructible<int>; in test_emplacable_concept_with_alloc()
94 using T = EmplaceConstructible<int>; in emplaceable_concept_tests()
83 using T = EmplaceConstructible<int>; in emplaceable_concept_tests()
95 using T = EmplaceConstructible<int>; in emplaceable_concept_tests()
84 using T = EmplaceConstructible<int>; in emplaceable_concept_tests()