Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::with_category_ Concept Reference

The with_category_ concept. More...

#include <range/v3/iterator/concepts.hpp>

Concept definition

template<typename I, typename Tag>
concept ranges::with_category_ = ) , concept_ ) = derived_from<detail::iter_concept_t<I>, Tag>
The with_category_ concept.
Definition: concepts.hpp:344

Detailed Description

The with_category_ concept.