Searched defs:EmplaceConstructibleAndMoveable (Results 1 – 2 of 2) sorted by relevance
26 struct EmplaceConstructibleAndMoveable { struct30 …TEST_CONSTEXPR_CXX14 explicit EmplaceConstructibleAndMoveable(T xvalue) noexcept : value(xvalue) {} in EmplaceConstructibleAndMoveable() function32 TEST_CONSTEXPR_CXX14 EmplaceConstructibleAndMoveable(EmplaceConstructibleAndMoveable&& Other) in EmplaceConstructibleAndMoveable() function
26 struct EmplaceConstructibleAndMoveable { struct30 explicit EmplaceConstructibleAndMoveable(T xvalue) noexcept : value(xvalue) {} in EmplaceConstructibleAndMoveable() argument32 EmplaceConstructibleAndMoveable(EmplaceConstructibleAndMoveable&& Other) in EmplaceConstructibleAndMoveable() argument