Searched refs:EmplaceConstructibleAndMoveable (Results 1 – 6 of 6) 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 {
26 struct EmplaceConstructibleAndMoveable { struct30 …TEST_CONSTEXPR_CXX14 explicit EmplaceConstructibleAndMoveable(T xvalue) noexcept : value(xvalue) {} in EmplaceConstructibleAndMoveable() argument32 TEST_CONSTEXPR_CXX14 EmplaceConstructibleAndMoveable(EmplaceConstructibleAndMoveable&& Other) in EmplaceConstructibleAndMoveable() argument36 TEST_CONSTEXPR_CXX14 EmplaceConstructibleAndMoveable&37 operator=(EmplaceConstructibleAndMoveable&& Other) noexcept {
63 using T = EmplaceConstructibleAndMoveable<int>; in test_emplacable_concept()78 using T = EmplaceConstructibleAndMoveable<int>; in test_emplacable_concept()
74 using T = EmplaceConstructibleAndMoveable<int>; in test_emplacable_concept()88 using T = EmplaceConstructibleAndMoveable<int>; in test_emplacable_concept()
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()