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

#include <if.hpp>

Public Member Functions

 if_gen (CondT const &cond)
 
template<typename ThenT >
BOOST_FORCEINLINE if_then_gen
< CondT, ThenT > 
operator[] (ThenT const &then_) const
 

Constructor & Destructor Documentation

template<typename CondT >
boost::expressions::aux::if_gen< CondT >::if_gen ( CondT const &  cond)
inlineexplicit

Member Function Documentation

template<typename CondT >
template<typename ThenT >
BOOST_FORCEINLINE if_then_gen< CondT, ThenT > boost::expressions::aux::if_gen< CondT >::operator[] ( ThenT const &  then_) const
inline

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