Home
last modified time | relevance | path

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

/third_party/boost/boost/proto/transform/detail/preprocessed/
Dcall.hpp78 typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3)> function_traits; typedef
129 typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4)> function_traits; typedef
180 … typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5)> function_traits; typedef
231 … typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6)> function_traits; typedef
282 …edef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6 , b7)> function_traits; typedef
333 …detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6 , b7 , b8)> function_traits; typedef
384 …l::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6 , b7 , b8 , b9)> function_traits; typedef
/third_party/boost/boost/proto/transform/detail/
Dcall.hpp61 … typedef detail::poly_function_traits<Fun, Fun(BOOST_PP_ENUM_PARAMS(N, b))> function_traits; typedef
/third_party/boost/boost/type_traits/
Dfunction_traits.hpp167 struct function_traits : struct