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

Shape and stride named values. More...

#include <kwk/concepts/extent.hpp>

Detailed Description

Shape and stride named values.

Named extents are options which keyword models kwk::concepts::axis

Concept definition

template<typename T>
concept kwk::concepts::named_extent = rbr::concepts::option<T> && axis<typename T::keyword_type>
Axis concept.
Definition axis.hpp:21
Shape and stride named values.
Definition extent.hpp:27