Searched defs:as_mono_function_impl (Results 1 – 2 of 2) sorted by relevance
| /third_party/boost/boost/proto/detail/preprocessed/ |
| D | poly_function_traits.hpp | 17 struct as_mono_function_impl<PolyFun(A0), true> struct 23 struct as_mono_function_impl<PolyFun(A0), false> struct 30 : as_mono_function_impl<PolyFun(A0), is_poly_function<PolyFun>::value> argument 41 struct as_mono_function_impl<PolyFun(A0 , A1), true> struct 47 struct as_mono_function_impl<PolyFun(A0 , A1), false> argument 54 : as_mono_function_impl<PolyFun(A0 , A1), is_poly_function<PolyFun>::value> argument 65 struct as_mono_function_impl<PolyFun(A0 , A1 , A2), true> struct 71 struct as_mono_function_impl<PolyFun(A0 , A1 , A2), false> struct 78 : as_mono_function_impl<PolyFun(A0 , A1 , A2), is_poly_function<PolyFun>::value> argument 89 struct as_mono_function_impl<PolyFun(A0 , A1 , A2 , A3), true> struct [all …]
|
| /third_party/boost/boost/proto/detail/ |
| D | poly_function_traits.hpp | 45 struct as_mono_function_impl<PolyFun(BOOST_PP_ENUM_PARAMS(N, A)), true> struct 52 struct as_mono_function_impl<PolyFun(BOOST_PP_ENUM_PARAMS(N, A)), false> argument 60 : as_mono_function_impl<PolyFun(BOOST_PP_ENUM_PARAMS(N, A)), is_poly_function<PolyFun>::value> argument
|