![]() |
Home | Libraries | People | FAQ | More |
boost::type_erasure::tuple
// In header: <boost/type_erasure/tuple.hpp> template<typename Concept, T> class tuple { public: // construct/copy/destruct template< U> (U &&...); };
tuple is a Boost.Fusion Random Access Sequence containing anys. Concept
specifies the Concept for each of the elements. The remaining arguments must be (possibly const and/or reference qualified) placeholders, which are the placeholders of the elements.