Searched defs:TMove (Results 1 – 1 of 1) sorted by relevance
67 struct TMove { struct68 constexpr TMove(int v) : value(v) {} in TMove() argument74 static_assert(std::is_trivially_move_constructible<TMove>::value, ""); argument