Horizon
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
tokenize.hpp File Reference
#include <initializer_list>
#include <regex>
#include <type_traits>
#include <utility>
#include <vector>
#include <range/v3/range_fwd.hpp>
#include <range/v3/functional/bind_back.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/view/all.hpp>
#include <range/v3/view/interface.hpp>
#include <range/v3/view/view.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>
#include <range/v3/detail/satisfy_boost_range.hpp>

Go to the source code of this file.

Classes

struct  ranges::tokenize_view< Rng, Regex, SubMatchRange >
 
struct  ranges::views::tokenize_base_fn
 
struct  ranges::views::tokenize_fn
 

Namespaces

namespace  ranges::views
 

Functions

 ranges::template (typename Rng, typename Regex, typename SubMatchRange)(AND copy_constructible< SubMatchRange >) tokenize_view(Rng &&
 

Variables

 ranges::Regex