#include <if.hpp>

Public Member Functions | |
| if_gen (CondT const &cond_) | |
| template<typename ThenT > | |
| lambda_functor < if_then_composite< typename as_lambda_functor< CondT > ::type, typename as_lambda_functor< ThenT > ::type > > | operator[] (ThenT const &then) const |
Public Attributes | |
| CondT | cond |
|
inline |
|
inline |
References boost::lambda::if_gen< CondT >::cond, and boost::detail::type.
| CondT boost::lambda::if_gen< CondT >::cond |
Referenced by boost::lambda::if_gen< CondT >::operator[]().