#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 |
|
inline |
|
inline |
References boost::lambda::while_gen< CondT >::cond, and boost::detail::type.
CondT boost::lambda::while_gen< CondT >::cond |
Referenced by boost::lambda::while_gen< CondT >::operator[]().