Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::expressions::aux::if_then_else_gen< CondT, ThenT, ElseT > Struct Template Reference

#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
 

Constructor & Destructor Documentation

template<typename CondT, typename ThenT, typename ElseT>
boost::expressions::aux::if_then_else_gen< CondT, ThenT, ElseT >::if_then_else_gen ( CondT const &  cond,
ThenT const &  then_,
ElseT const &  else_ 
)
inline

Member Data Documentation

template<typename CondT, typename ThenT, typename ElseT>
CondT boost::expressions::aux::if_then_else_gen< CondT, ThenT, ElseT >::m_cond
template<typename CondT, typename ThenT, typename ElseT>
ElseT boost::expressions::aux::if_then_else_gen< CondT, ThenT, ElseT >::m_else
template<typename CondT, typename ThenT, typename ElseT>
ThenT boost::expressions::aux::if_then_else_gen< CondT, ThenT, ElseT >::m_then

The documentation for this struct was generated from the following file: