Classes | |
struct | boost::range_detail::tokenized_range< R > |
struct | boost::range_detail::regex_holder< T, U, V > |
struct | boost::range_detail::regex_forwarder |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::range_detail | |
boost::adaptors | |
Functions | |
template<class BidirectionalRng , class R , class S , class F > | |
tokenized_range< BidirectionalRng > | boost::range_detail::operator| (BidirectionalRng &r, const regex_holder< R, S, F > &f) |
template<class BidirectionalRng , class R , class S , class F > | |
tokenized_range< const BidirectionalRng > | boost::range_detail::operator| (const BidirectionalRng &r, const regex_holder< R, S, F > &f) |
template<class BidirectionalRange , class Regex , class Submatch , class Flag > | |
tokenized_range < BidirectionalRange > | boost::adaptors::tokenize (BidirectionalRange &rng, const Regex ®, const Submatch &sub, Flag f) |
template<class BidirectionalRange , class Regex , class Submatch , class Flag > | |
tokenized_range< const BidirectionalRange > | boost::adaptors::tokenize (const BidirectionalRange &rng, const Regex ®, const Submatch &sub, Flag f) |