Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::traits::detail::attribute_size_impl< Attribute, typename enable_if< mpl::and_< traits::is_container< Attribute >, mpl::not_< traits::is_iterator_range< Attribute > > > >::type > Struct Template Reference

#include <attributes.hpp>

Public Types

typedef Attribute::size_type type
 

Static Public Member Functions

static type call (Attribute const &attr)
 

Member Typedef Documentation

template<typename Attribute >
typedef Attribute::size_type boost::spirit::traits::detail::attribute_size_impl< Attribute, typename enable_if< mpl::and_< traits::is_container< Attribute >, mpl::not_< traits::is_iterator_range< Attribute > > > >::type >::type

Member Function Documentation

template<typename Attribute >
static type boost::spirit::traits::detail::attribute_size_impl< Attribute, typename enable_if< mpl::and_< traits::is_container< Attribute >, mpl::not_< traits::is_iterator_range< Attribute > > > >::type >::call ( Attribute const &  attr)
inlinestatic

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