Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::max_bounded_gen< BoundsT > Struct Template Reference

#include <directives.hpp>

Public Member Functions

 max_bounded_gen (BoundsT const &max__)
 
template<typename DerivedT >
max_bounded< DerivedT, BoundsT > operator[] (parser< DerivedT > const &p) const
 

Public Attributes

BoundsT max_
 

Constructor & Destructor Documentation

template<typename BoundsT >
boost::spirit::max_bounded_gen< BoundsT >::max_bounded_gen ( BoundsT const &  max__)
inline

Member Function Documentation

template<typename BoundsT >
template<typename DerivedT >
max_bounded<DerivedT, BoundsT> boost::spirit::max_bounded_gen< BoundsT >::operator[] ( parser< DerivedT > const &  p) const
inline

Member Data Documentation

template<typename BoundsT >
BoundsT boost::spirit::max_bounded_gen< BoundsT >::max_

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