Searched refs:EmplaceConstructible (Results 1 – 4 of 4) sorted by relevance
8 struct EmplaceConstructible { struct10 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()
84 using T = EmplaceConstructible<int>; in emplaceable_concept_tests()
95 using T = EmplaceConstructible<int>; in emplaceable_concept_tests()