#include <if.hpp>

Public Member Functions | |
| else_gen (CondT const &cond_, ThenT const &then_) | |
| template<typename ElseT > | |
| lambda_functor < if_then_else_composite < CondT, ThenT, typename as_lambda_functor< ElseT > ::type > > | operator[] (ElseT const &else_) |
Public Attributes | |
| CondT | cond |
| ThenT | then |
|
inline |
|
inline |
| CondT boost::lambda::else_gen< CondT, ThenT >::cond |
Referenced by boost::lambda::else_gen< CondT, ThenT >::operator[]().
| ThenT boost::lambda::else_gen< CondT, ThenT >::then |
Referenced by boost::lambda::else_gen< CondT, ThenT >::operator[]().