Searched refs:MoveOnlyFunctor (Results 1 – 1 of 1) sorted by relevance
92 struct MoveOnlyFunctor { struct93 MoveOnlyFunctor(const MoveOnlyFunctor&) = delete;94 MoveOnlyFunctor(MoveOnlyFunctor&&) = default;105 static_assert(!HasTransformFuncUnary<MoveOnlyFunctor>);113 static_assert(!HasTransformFuncBinary<MoveOnlyFunctor>);