Range-v3
Range algorithms, views, and actions for the Standard Library
 
Loading...
Searching...
No Matches
ranges::sized_range_ Concept Reference

The sized_range_ concept. More...

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

Concept definition

template<typename T>
concept ranges::sized_range_ = requires(T & t) { ranges::size(t); }
The sized_range_ concept.
Definition concepts.hpp:176
constexpr _size_::fn size
Definition primitives.hpp:186

Detailed Description

The sized_range_ concept.