Searched defs:is_deduced (Results 1 – 2 of 2) sorted by relevance
33 struct is_deduced : boost::mpl::false_ {}; struct35 struct is_deduced< ::boost::type_erasure::deduced<T> > : boost::mpl::true_ {}; struct
106 using is_deduced = ::boost::mp11::mp_if< typedef