Searched defs:OnlyNonTriviallyConstructible (Results 1 – 1 of 1) sorted by relevance
162 struct OnlyNonTriviallyConstructible { struct164 OnlyNonTriviallyConstructible(OnlyNonTriviallyConstructible&& m) {} in OnlyNonTriviallyConstructible() function166 void operator()(int& a) { a = 1; } in operator ()()