storage.hpp | 227 storage5( A1 a1, A2 a2, A3 a3, A4 a4, A5 a5 ): storage4<A1, A2, A3, A4>( a1, a2, a3, a4 ), a5_( a5 ) {} 232 BOOST_BIND_VISIT_EACH(v, a5_, 0); 235 A5 a5_; member in struct:boost::_bi::storage5 251 static boost::arg<I> a5_() { return boost::arg<I>(); } function in struct:boost::_bi::storage5 265 static boost::arg<I> a5_() { return boost::arg<I>(); } function in struct:boost::_bi::storage5
|