Searched refs:MoveOnlyConvert (Results 1 – 1 of 1) sorted by relevance
107 struct MoveOnlyConvert { in test() struct109 constexpr MoveOnlyConvert() = default; in test()110 constexpr MoveOnlyConvert(Sent&& s) : i(s.i) { s.i = 0; } in test() function117 MoveOnlyConvert end() const; in test()