Home
last modified time | relevance | path

Searched defs:metafunction_t (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/hana/
Dtype.hpp192 struct metafunction_t { struct
194 using apply = F<T...>;
198 operator()(T const& ...) const { return {}; } in operator ()()