Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::impl::loop_traits< ParserT, MinT, MaxT > Struct Template Reference

#include <loops.hpp>

Public Types

typedef mpl::if_
< boost::is_same< MaxT, more_t >
, infinite_loop< ParserT, MinT >
, finite_loop< ParserT, MinT,
MaxT > >::type 
type
 

Member Typedef Documentation

template<typename ParserT , typename MinT , typename MaxT >
typedef mpl::if_< boost::is_same<MaxT, more_t>, infinite_loop<ParserT, MinT>, finite_loop<ParserT, MinT, MaxT> >::type boost::spirit::impl::loop_traits< ParserT, MinT, MaxT >::type

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