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

#include <directives.hpp>

Public Member Functions

 min_bounded_gen (BoundsT const &min__)
 
template<typename DerivedT >
min_bounded< DerivedT, BoundsT > operator[] (parser< DerivedT > const &p) const
 

Public Attributes

BoundsT min_
 

Constructor & Destructor Documentation

template<typename BoundsT >
boost::spirit::min_bounded_gen< BoundsT >::min_bounded_gen ( BoundsT const &  min__)
inline

Member Function Documentation

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

Member Data Documentation

template<typename BoundsT >
BoundsT boost::spirit::min_bounded_gen< BoundsT >::min_

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