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