#include <if.hpp>
Public Member Functions | |
| if_then_else_gen (CondT const &cond, ThenT const &then_, ElseT const &else_) | |
Public Attributes | |
| CondT | m_cond |
| ThenT | m_then |
| ElseT | m_else |
|
inline |
| CondT boost::expressions::aux::if_then_else_gen< CondT, ThenT, ElseT >::m_cond |
| ElseT boost::expressions::aux::if_then_else_gen< CondT, ThenT, ElseT >::m_else |
| ThenT boost::expressions::aux::if_then_else_gen< CondT, ThenT, ElseT >::m_then |