Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::phoenix::impl::upper_bound Struct Reference

#include <querying.hpp>

Classes

struct  result
 
struct  result< This(R &, T const &)>
 
struct  result< This(R &, T const &, C)>
 

Public Member Functions

template<class R , class T >
range_result_iterator< R >::type execute (R &r, T const &val, mpl::true_) const
 
template<class R , class T >
range_result_iterator< R >::type execute (R &r, T const &val, mpl::false_) const
 
template<class R , class T >
range_result_iterator< R >::type operator() (R &r, T const &val) const
 
template<class R , class T , class C >
range_result_iterator< R >::type operator() (R &r, T const &val, C c) const
 

Member Function Documentation

template<class R , class T >
range_result_iterator<R>::type boost::phoenix::impl::upper_bound::execute ( R &  r,
T const &  val,
mpl::true_   
) const
inline

Referenced by operator()().

template<class R , class T >
range_result_iterator<R>::type boost::phoenix::impl::upper_bound::execute ( R &  r,
T const &  val,
mpl::false_   
) const
inline
template<class R , class T >
range_result_iterator<R>::type boost::phoenix::impl::upper_bound::operator() ( R &  r,
T const &  val 
) const
inline

References execute().

template<class R , class T , class C >
range_result_iterator<R>::type boost::phoenix::impl::upper_bound::operator() ( R &  r,
T const &  val,
c 
) const
inline

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