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

The semi_container concept std::array is a semi_container, native arrays are not. More...

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

Concept definition

template<typename T>
forward_range<T> && default_constructible<uncvref_t<T>> &&
movable<uncvref_t<T>> &&
The forward_range concept.
Definition: concepts.hpp:106
The semi_container concept std::array is a semi_container, native arrays are not.
Definition: concepts.hpp:60
The view_ concept.
Definition: concepts.hpp:229

Detailed Description

The semi_container concept std::array is a semi_container, native arrays are not.