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

#include <statements.hpp>

Public Member Functions

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

Public Attributes

CondT cond
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename CondT >
template<typename DoT >
actor<while_composite< typename as_actor<CondT>::type, typename as_actor<DoT>::type> > phoenix::while_gen< CondT >::operator[] ( DoT const &  do_) const
inline

Member Data Documentation

template<typename CondT >
CondT phoenix::while_gen< CondT >::cond

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