Home
last modified time | relevance | path

Searched refs:MoveOnlyFunctor (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/
H A Dranges.transform.pass.cpp92 struct MoveOnlyFunctor { struct
93 MoveOnlyFunctor(const MoveOnlyFunctor&) = delete;
94 MoveOnlyFunctor(MoveOnlyFunctor&&) = default;
105 static_assert(!HasTransformFuncUnary<MoveOnlyFunctor>);
113 static_assert(!HasTransformFuncBinary<MoveOnlyFunctor>);