Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
range_functions.hpp File Reference
Include dependency graph for range_functions.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::spirit::support::detail::range_compare< Range >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::spirit
 
 boost::spirit::support
 
 boost::spirit::support::detail
 

Functions

template<typename Range >
bool boost::spirit::support::detail::is_valid (Range const &range)
 
template<typename Range >
bool boost::spirit::support::detail::includes (Range const &range, Range const &other)
 
template<typename Range >
bool boost::spirit::support::detail::includes (Range const &range, typename Range::value_type val)
 
template<typename Range >
bool boost::spirit::support::detail::can_merge (Range const &range, Range const &other)
 
template<typename Range >
void boost::spirit::support::detail::merge (Range &result, Range const &other)