Range-v3
Range algorithms, views, and actions for the Standard Library
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:177
meta::size_t< L::size()> size
An integral constant wrapper that is the size of the meta::list L.
Definition: meta.hpp:1696

Detailed Description

The sized_range_ concept.