Home
last modified time | relevance | path

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

/third_party/boost/boost/proto/detail/preprocessed/
Dpoly_function_traits.hpp17 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> struct
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> argument
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/
Dpoly_function_traits.hpp45 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