Home
last modified time | relevance | path

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

/third_party/boost/boost/type_erasure/detail/
Dcheck_map.hpp33 struct is_deduced : boost::mpl::false_ {}; struct
35 struct is_deduced< ::boost::type_erasure::deduced<T> > : boost::mpl::true_ {}; struct
/third_party/boost/boost/parameter/
Ddeduced.hpp106 using is_deduced = ::boost::mp11::mp_if< typedef