Searched defs:metafunction_t (Results 1 – 1 of 1) sorted by relevance
192 struct metafunction_t { struct194 using apply = F<T...>;198 operator()(T const& ...) const { return {}; } in operator ()()