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::equal_range 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 >
result_of::equal_range< R, T >
::type 
execute (R &r, T const &val, mpl::true_) const
 
template<class R , class T >
result_of::equal_range< R, T >
::type 
execute (R &r, T const &val, mpl::false_) const
 
template<class R , class T >
result_of::equal_range< R, T >
::type 
operator() (R &r, T const &val) const
 
template<class R , class T , class C >
result_of::equal_range< R, T,
C >::type 
operator() (R &r, T const &val, C c) const
 

Member Function Documentation

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

Referenced by operator()().

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

References execute().

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

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