Home
last modified time | relevance | path

Searched refs:BOOST_ASSIGN_PARAMS2 (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/assign/
Dptr_map_inserter.hpp66 #define BOOST_ASSIGN_PARAMS2(n) BOOST_PP_ENUM_BINARY_PARAMS(n, T, const& t) macro
72 ptr_map_inserter& operator()( const T& t, BOOST_ASSIGN_PARAMS2(n) ) \
122 #undef BOOST_ASSIGN_PARAMS2
Dptr_list_of.hpp158 #define BOOST_ASSIGN_PARAMS2(n) BOOST_PP_ENUM_BINARY_PARAMS(n, U, const& u) macro
164 generic_ptr_list& operator()(U const& u, BOOST_ASSIGN_PARAMS2(n) ) \
215 ptr_list_of(U const& u, BOOST_ASSIGN_PARAMS2(n) ) \
241 #undef BOOST_ASSIGN_PARAMS2
Dptr_list_inserter.hpp76 #define BOOST_ASSIGN_PARAMS2(n) BOOST_PP_ENUM_BINARY_PARAMS(n, T, const& t) macro
82 ptr_list_inserter& operator()( const T& t, BOOST_ASSIGN_PARAMS2(n) ) \
184 #undef BOOST_ASSIGN_PARAMS2
Dlist_inserter.hpp364 #define BOOST_ASSIGN_PARAMS2(n) BOOST_PP_ENUM_BINARY_PARAMS(n, T, const& t) macro
370 list_inserter& operator()(T t, BOOST_ASSIGN_PARAMS2(n) ) \
383 … void BOOST_PP_CAT(insert, BOOST_PP_INC(n))(T const& t, BOOST_ASSIGN_PARAMS2(n), single_arg_type) \
394 void BOOST_PP_CAT(insert, BOOST_PP_INC(n))(T const& t, BOOST_ASSIGN_PARAMS2(n), n_arg_type) \
546 #undef BOOST_ASSIGN_PARAMS2
Dlist_of.hpp434 #define BOOST_ASSIGN_PARAMS2(n) BOOST_PP_ENUM_BINARY_PARAMS(n, U, const& u) macro
442 generic_list& operator()(U const& u, BOOST_ASSIGN_PARAMS2(n) ) \
765 list_of(U const& u, BOOST_ASSIGN_PARAMS2(n) ) \
838 #undef BOOST_ASSIGN_PARAMS2