Searched defs:MakeTuple (Results 1 – 4 of 4) sorted by relevance
15 struct MakeTuple { struct17 constexpr auto operator()(Args&&... args) const { in operator()
66 struct MakeTuple { struct84 auto f = std::__bind_back(MakeTuple{}); in test() argument
64 struct MakeTuple { struct82 auto f = std::bind_front(MakeTuple{}); in test() argument
222 auto MakeTuple = ignoringImplicit( in registerMatchers() local