#include <range_concepts.h>
Models a range that can be turned into a std::span<>. Typically, this is some form of ranges::contiguous_range.
Definition at line 43 of file range_concepts.h.