storage.hpp | 423 storage9( A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9 ): storage8<A1, A2, A3, A4, A5, A6, A7, A8>( a1, a2, a3, a4, a5, a6, a7, a8 ), a9_( a9 ) {} 428 BOOST_BIND_VISIT_EACH(v, a9_, 0); 431 A9 a9_; member in struct:boost::_bi::storage9 447 static boost::arg<I> a9_() { return boost::arg<I>(); } function in struct:boost::_bi::storage9 461 static boost::arg<I> a9_() { return boost::arg<I>(); } function in struct:boost::_bi::storage9
|