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_< fusion::traits::is_sequence< Attribute >, mpl::not_< traits::is_container< Attribute > > > >::type > Struct Template Reference

#include <attributes.hpp>

Public Types

typedef
fusion::result_of::size
< Attribute >::value_type 
type
 

Static Public Member Functions

static type call (Attribute const &attr)
 

Member Typedef Documentation

template<typename Attribute >
typedef fusion::result_of::size<Attribute>::value_type boost::spirit::traits::detail::attribute_size_impl< Attribute, typename enable_if< mpl::and_< fusion::traits::is_sequence< Attribute >, mpl::not_< traits::is_container< Attribute > > > >::type >::type

Member Function Documentation

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

References boost::fusion::size().


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