#include <statements.hpp>
Public Member Functions | |
if_gen (CondT const &cond_) | |
template<typename ThenT > | |
actor< if_then_composite < typename as_actor< CondT > ::type, typename as_actor < ThenT >::type > > | operator[] (ThenT const &then) const |
Public Attributes | |
CondT | cond |
|
inline |
Referenced by meta_grammar().
|
inline |
References phoenix::if_gen< CondT >::cond.
Referenced by meta_grammar().
CondT phoenix::if_gen< CondT >::cond |
Referenced by meta_grammar(), and phoenix::if_gen< CondT >::operator[]().