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

#include <if.hpp>

Collaboration diagram for boost::lambda::if_then_composite< CondT, ThenT >:

Classes

struct  sig
 

Public Member Functions

 if_then_composite (CondT const &cond_, ThenT const &then_)
 
template<class Ret , CALL_TEMPLATE_ARGS >
Ret call (CALL_FORMAL_ARGS) const
 

Public Attributes

CondT cond
 
ThenT then
 
else_gen< CondT, ThenT > else_
 

Constructor & Destructor Documentation

template<typename CondT , typename ThenT >
boost::lambda::if_then_composite< CondT, ThenT >::if_then_composite ( CondT const &  cond_,
ThenT const &  then_ 
)
inline

Member Function Documentation

template<typename CondT , typename ThenT >
template<class Ret , CALL_TEMPLATE_ARGS >
Ret boost::lambda::if_then_composite< CondT, ThenT >::call ( CALL_FORMAL_ARGS  ) const
inline

Member Data Documentation

template<typename CondT , typename ThenT >
CondT boost::lambda::if_then_composite< CondT, ThenT >::cond
template<typename CondT , typename ThenT >
else_gen<CondT, ThenT> boost::lambda::if_then_composite< CondT, ThenT >::else_
template<typename CondT , typename ThenT >
ThenT boost::lambda::if_then_composite< CondT, ThenT >::then

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