Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::type_erasure::tuple< Concept, T >::size< Seq > Struct Template Reference

#include <tuple.hpp>

Public Types

typedef ::boost::mpl::int_
< sizeof...(T)> 
type
 

Static Public Member Functions

static type call (Seq &seq)
 

Member Typedef Documentation

template<class Concept , class... T>
template<class Seq >
typedef ::boost::mpl::int_<sizeof...(T)> boost::type_erasure::tuple< Concept, T >::size< Seq >::type

Member Function Documentation

template<class Concept , class... T>
template<class Seq >
static type boost::type_erasure::tuple< Concept, T >::size< Seq >::call ( Seq &  seq)
inlinestatic

The documentation for this struct was generated from the following file: