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_gen< CondT, ThenT > Struct Template Reference

#include <if.hpp>

Collaboration diagram for boost::expressions::aux::if_then_gen< CondT, ThenT >:

Classes

struct  else_gen
 

Public Member Functions

 if_then_gen (CondT const &cond, ThenT const &then_)
 

Public Attributes

struct
boost::expressions::aux::if_then_gen::else_gen 
else_
 

Constructor & Destructor Documentation

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

Member Data Documentation

template<typename CondT, typename ThenT>
struct boost::expressions::aux::if_then_gen::else_gen boost::expressions::aux::if_then_gen< CondT, ThenT >::else_

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