Searched defs:MoveOnlyConvert (Results 1 – 1 of 1) sorted by relevance
107 struct MoveOnlyConvert { in test() struct108 int i; in test()110 constexpr MoveOnlyConvert(Sent&& s) : i(s.i) { s.i = 0; } in test() argument111 constexpr bool operator==(int* iter) const { return i > *iter; } in test()