Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::view::tokenize_fn Member List

This is the complete list of members for ranges::v3::view::tokenize_fn, including all inherited members.

operator()(Args &&...args) const -> decltype(base()(static_cast< Args &&>(args)...)) (defined in ranges::v3::view::tokenize_fn)ranges::v3::view::tokenize_fn
operator()(Arg0 &&arg0, std::initializer_list< int > subs, Args &&...args) const -> decltype(base()(static_cast< Arg0 &&>(arg0), std::move(subs), static_cast< Args &&>(args)...)) (defined in ranges::v3::view::tokenize_fn)ranges::v3::view::tokenize_fn
operator()(Arg0 &&arg0, Arg1 &&arg1, std::initializer_list< int > subs, Args &&...args) const -> decltype(base()(static_cast< Arg0 &&>(arg0), static_cast< Arg1 &&>(arg1), std::move(subs), static_cast< Args &&>(args)...)) (defined in ranges::v3::view::tokenize_fn)ranges::v3::view::tokenize_fn
operator()(Rng &&rng, Regex &&rex, int sub=0, std::regex_constants::match_flag_type flags=std::regex_constants::match_default) const (defined in ranges::v3::view::tokenizer_impl_fn)ranges::v3::view::tokenizer_impl_fn
operator()(Rng &&rng, Regex &&rex, std::vector< int > subs, std::regex_constants::match_flag_type flags=std::regex_constants::match_default) const (defined in ranges::v3::view::tokenizer_impl_fn)ranges::v3::view::tokenizer_impl_fn
operator()(Rng &&rng, Regex &&rex, std::initializer_list< int > subs, std::regex_constants::match_flag_type flags=std::regex_constants::match_default) const (defined in ranges::v3::view::tokenizer_impl_fn)ranges::v3::view::tokenizer_impl_fn
operator()(Regex &&rex, int sub=0, std::regex_constants::match_flag_type flags=std::regex_constants::match_default) const -> decltype(make_pipeable(std::bind(*this, std::placeholders::_1, bind_forward< Regex >(rex), std::move(sub), std::move(flags)))) (defined in ranges::v3::view::tokenizer_impl_fn)ranges::v3::view::tokenizer_impl_fn
operator()(Regex &&rex, std::vector< int > subs, std::regex_constants::match_flag_type flags=std::regex_constants::match_default) const -> decltype(make_pipeable(std::bind(*this, std::placeholders::_1, bind_forward< Regex >(rex), std::move(subs), std::move(flags)))) (defined in ranges::v3::view::tokenizer_impl_fn)ranges::v3::view::tokenizer_impl_fn
operator()(Regex &&rex, std::initializer_list< int > subs, std::regex_constants::match_flag_type flags=std::regex_constants::match_default) const -> decltype(make_pipeable(std::bind(*this, std::placeholders::_1, bind_forward< Regex >(rex), std::move(subs), std::move(flags)))) (defined in ranges::v3::view::tokenizer_impl_fn)ranges::v3::view::tokenizer_impl_fn
tokenize (defined in ranges::v3::view::tokenize_fn)ranges::v3::view::tokenize_fnrelated