Kiwaku 0.1-beta
Containers Well Made
 
Loading...
Searching...
No Matches
kwk::is_dynamic_extent< N, Desc > Struct Template Reference

Checks if the Nth extent of a shape descriptor is only known at runtime. More...

#include <kwk/utility/traits/extent.hpp>

Detailed Description

template<std::int32_t N, auto Desc>
struct kwk::is_dynamic_extent< N, Desc >

Checks if the Nth extent of a shape descriptor is only known at runtime.

Template Parameters
NIndex of the extent to check
DescExtent descriptor to check

Helper value

template<std::int32_t N, auto Desc>
inline constexpr bool is_dynamic_extent_v = is_dynamic_extent<T>::value;
Checks if the Nth extent of a shape descriptor is only known at runtime.
Definition extent.hpp:38