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

#include <loops.hpp>

Public Member Functions

 while_gen (CondT const &cond_)
 
template<typename DoT >
lambda_functor
< while_composite< typename
as_lambda_functor< CondT >
::type, typename
as_lambda_functor< DoT >::type > > 
operator[] (DoT const &do_) const
 

Public Attributes

CondT cond
 

Constructor & Destructor Documentation

template<typename CondT >
boost::lambda::while_gen< CondT >::while_gen ( CondT const &  cond_)
inline

Member Function Documentation

template<typename CondT >
template<typename DoT >
lambda_functor<while_composite< typename as_lambda_functor<CondT>::type, typename as_lambda_functor<DoT>::type> > boost::lambda::while_gen< CondT >::operator[] ( DoT const &  do_) const
inline

Member Data Documentation

template<typename CondT >
CondT boost::lambda::while_gen< CondT >::cond

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