Searched defs:impl2 (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/boost/proto/transform/ |
| D | call.hpp | 119 struct impl2 struct 122 typedef typename BOOST_PROTO_RESULT_OF<Fun()>::type result_type; 125 result_type operator()( in operator ()() 137 struct impl2<Expr, State, Data, true> struct 168 struct impl2 struct 171 typedef typename when<_, A0>::template impl<Expr, State, Data>::result_type a0; 172 typedef typename detail::poly_function_traits<Fun, Fun(a0)>::result_type result_type; 175 result_type operator ()( in operator ()() 188 struct impl2<Expr, State, Data, true> struct 191 typedef typename when<_, A0>::template impl<Expr, State, Data>::result_type a0; [all …]
|
| /third_party/boost/libs/smart_ptr/test/ |
| D | shared_from_raw_test.cpp | 106 class impl2: public impl class
|
| D | shared_from_this_test.cpp | 115 class impl2: public impl class
|
| /third_party/boost/libs/python/src/object/ |
| D | function_doc_signature.cpp | 30 py_function const & impl2 = f2->m_fn; in are_seq_overloads() local
|