Home
last modified time | relevance | path

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

/third_party/boost/boost/type_erasure/
Dcall.hpp348 struct call_impl_dispatch<R(T...), void(U...), Concept, false> struct
350 typedef R type;
352 static R apply(const ::boost::type_erasure::binding<Concept>* table, U... arg) in apply()
362 struct call_impl_dispatch<R(T...), void(U...), Concept, true> struct
377 ::boost::type_erasure::detail::call_impl_dispatch<