Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::lex::token_def< Attribute, Char, Idtype >::attribute< Context, Iterator > Struct Template Reference

#include <token_def.hpp>

Public Types

typedef
Iterator::base_iterator_type 
iterator_type
 
typedef mpl::if_
< traits::not_is_unused
< Attribute >, typename
mpl::if_< is_same< Attribute,
lex::omit >, unused_type,
Attribute >::type,
iterator_range< iterator_type >
>::type 
type
 

Member Typedef Documentation

template<typename Attribute = unused_type, typename Char = char, typename Idtype = std::size_t>
template<typename Context , typename Iterator >
typedef Iterator::base_iterator_type boost::spirit::lex::token_def< Attribute, Char, Idtype >::attribute< Context, Iterator >::iterator_type
template<typename Attribute = unused_type, typename Char = char, typename Idtype = std::size_t>
template<typename Context , typename Iterator >
typedef mpl::if_< traits::not_is_unused<Attribute> , typename mpl::if_< is_same<Attribute, lex::omit>, unused_type, Attribute >::type , iterator_range<iterator_type> >::type boost::spirit::lex::token_def< Attribute, Char, Idtype >::attribute< Context, Iterator >::type

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