Searched refs:EmplaceConstructibleAndMoveable (Results 1 – 3 of 3) sorted by relevance
26 struct EmplaceConstructibleAndMoveable { struct30 explicit EmplaceConstructibleAndMoveable(T xvalue) noexcept : value(xvalue) {} in EmplaceConstructibleAndMoveable() argument32 EmplaceConstructibleAndMoveable(EmplaceConstructibleAndMoveable&& Other) in EmplaceConstructibleAndMoveable() argument36 EmplaceConstructibleAndMoveable&37 operator=(EmplaceConstructibleAndMoveable&& Other) noexcept {
64 using T = EmplaceConstructibleAndMoveable<int>; in test_emplacable_concept()79 using T = EmplaceConstructibleAndMoveable<int>; in test_emplacable_concept()
75 using T = EmplaceConstructibleAndMoveable<int>; in test_emplacable_concept()89 using T = EmplaceConstructibleAndMoveable<int>; in test_emplacable_concept()