Home
last modified time | relevance | path

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

/third_party/boost/boost/hof/
Dlazy.hpp289 struct is_bind_expression<boost::hof::detail::lazy_invoker<F, Pack>> struct
294 struct is_bind_expression<boost::hof::detail::lazy_nullary_invoker<F>> struct
/third_party/boost/boost/bind/
Dbind.hpp1851 template< class T > struct is_bind_expression struct
1853 enum _vt { value = 0 };
1858 template< class R, class F, class L > struct is_bind_expression< _bi::bind_t< R, F, L > > struct
1860 enum _vt { value = 1 };