VCCC  2024.05
VisualCamp Common C++ library
contiguous_range< T > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__ranges/contiguous_range.hpp>

+ Inheritance diagram for contiguous_range< T >:

Detailed Description

template<typename T>
struct vccc::ranges::contiguous_range< T >

The contiguous_range concept is a refinement of range for which ranges::begin returns a model of contiguous_iterator and the customization point ranges::data is usable.

See also
std::ranges::contiguous_range
ranges::sized_range
ranges::random_access_range

The documentation for this struct was generated from the following file: