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

#include <if.hpp>

Collaboration diagram for boost::lambda::if_gen< CondT >:

Public Member Functions

 if_gen (CondT const &cond_)
 
template<typename ThenT >
lambda_functor
< if_then_composite< typename
as_lambda_functor< CondT >
::type, typename
as_lambda_functor< ThenT >
::type > > 
operator[] (ThenT const &then) const
 

Public Attributes

CondT cond
 

Constructor & Destructor Documentation

template<typename CondT >
boost::lambda::if_gen< CondT >::if_gen ( CondT const &  cond_)
inline

Member Function Documentation

template<typename CondT >
template<typename ThenT >
lambda_functor<if_then_composite< typename as_lambda_functor<CondT>::type, typename as_lambda_functor<ThenT>::type> > boost::lambda::if_gen< CondT >::operator[] ( ThenT const &  then) const
inline

Member Data Documentation

template<typename CondT >
CondT boost::lambda::if_gen< CondT >::cond

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