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

Shape and stride numerical values. More...

#include <kwk/concepts/extent.hpp>

Detailed Description

Shape and stride numerical values.

Numerical extents are joker, axis or values convertible to std::size_t

Concept definition

template<typename T>
concept kwk::concepts::numeric_extent = std::convertible_to<T,std::size_t> || axis<T> || joker<T>
Axis concept.
Definition axis.hpp:21
Concept for types acting as a joker value.
Definition extent.hpp:19
Shape and stride numerical values.
Definition extent.hpp:35