Searched defs:TestFunctor (Results 1 – 3 of 3) sorted by relevance
631 struct TestFunctor { struct639 TestFunctor tf; in TestConstantFunctorRequirement() argument646 struct TestFunctor { struct647 void operator()() const {}; in operator ()()
675 struct TestFunctor { struct682 TestFunctor tf; in TestConstantFunctorRequirement() argument1179 struct TestFunctor { struct1180 void operator()() const {}; in operator ()()
46 class TestFunctor{ class