Kiwaku 0.1-beta
Containers Well Made
 
Loading...
Searching...
No Matches
kwk::concepts::contiguous_range Concept Reference

Concept for Range types providing access to a contiguous block of data. More...

#include <kwk/concepts/range.hpp>

Detailed Description

Concept for Range types providing access to a contiguous block of data.

Concept definition

template<typename Range>
{
{ std::data(r) };
}
Concept for Range types providing access to a contiguous block of data.
Definition range.hpp:28
Concept for types supporting calls to standard begin/end/size interface.
Definition range.hpp:19
constexpr auto fixed
Provides a short-cut to define a std::integral_constant value from a literal integer.
Definition fixed.hpp:107