Home
last modified time | relevance | path

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

/third_party/boost/boost/proto/transform/
Dcall.hpp119 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/
Dshared_from_raw_test.cpp106 class impl2: public impl class
Dshared_from_this_test.cpp115 class impl2: public impl class
/third_party/boost/libs/python/src/object/
Dfunction_doc_signature.cpp30 py_function const & impl2 = f2->m_fn; in are_seq_overloads() local