bind.hpp | 310 struct bind4 struct in namespace:boost::mpl 361 bind4< F,T1,T2,T3,T4 >, U1, U2, U3, U4, U5 364 typedef bind4< F,T1,T2,T3,T4 > f_; 370 BOOST_MPL_AUX_ARITY_SPEC(5, bind4) 371 BOOST_MPL_AUX_TEMPLATE_ARITY_SPEC(5, bind4) 377 : bind4< F,T1,T2,T3,T4 >
|