#include "boost/lambda/core.hpp"
#include "boost/lambda/detail/operator_actions.hpp"
#include "boost/lambda/detail/operator_return_type_traits.hpp"
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::lambda | |
boost::lambda::detail | |
Functions | |
template<class Arg1 , class Arg2 > | |
const lambda_functor < lambda_functor_base < ifthen_action, tuple < lambda_functor< Arg1 > , lambda_functor< Arg2 > > > > | boost::lambda::if_then (const lambda_functor< Arg1 > &a1, const lambda_functor< Arg2 > &a2) |
template<class Arg1 , class Arg2 , class Arg3 > | |
const lambda_functor < lambda_functor_base < ifthenelse_action, tuple < lambda_functor< Arg1 > , lambda_functor< Arg2 > , lambda_functor< Arg3 > > > > | boost::lambda::if_then_else (const lambda_functor< Arg1 > &a1, const lambda_functor< Arg2 > &a2, const lambda_functor< Arg3 > &a3) |
template<class Arg1 , class Arg2 , class Arg3 > | |
const lambda_functor < lambda_functor_base < other_action < ifthenelsereturn_action > , tuple< lambda_functor< Arg1 > , typename const_copy_argument < Arg2 >::type, typename const_copy_argument< Arg3 > ::type > > > | boost::lambda::if_then_else_return (const lambda_functor< Arg1 > &a1, const Arg2 &a2, const Arg3 &a3) |
template<typename CondT > | |
if_gen< CondT > | boost::lambda::if_ (CondT const &cond) |