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