Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::support::detail::range_compare< Range > Struct Template Reference

#include <range_functions.hpp>

Public Types

typedef Range::value_type value_type
 

Public Member Functions

bool operator() (Range const &x, const value_type y) const
 
bool operator() (value_type const x, Range const &y) const
 
bool operator() (Range const &x, Range const &y) const
 

Member Typedef Documentation

template<typename Range >
typedef Range::value_type boost::spirit::support::detail::range_compare< Range >::value_type

Member Function Documentation

template<typename Range >
bool boost::spirit::support::detail::range_compare< Range >::operator() ( Range const &  x,
const value_type  y 
) const
inline

References boost::polygon::y().

template<typename Range >
bool boost::spirit::support::detail::range_compare< Range >::operator() ( value_type const  x,
Range const &  y 
) const
inline
template<typename Range >
bool boost::spirit::support::detail::range_compare< Range >::operator() ( Range const &  x,
Range const &  y 
) const
inline

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