3#ifndef TETL_TYPE_TRAITS_EXTENT_HPP
4#define TETL_TYPE_TRAITS_EXTENT_HPP
15template <
typename T,
unsigned N = 0>
21template <
typename T,
unsigned N>
24template <
typename T,
size_t I>
27template <
typename T,
size_t I,
unsigned N>
30template <
typename T,
unsigned N = 0>
Definition adjacent_find.hpp:8
constexpr auto extent_v
Definition extent.hpp:31
If T is an array type, provides the member constant value equal to the number of elements along the N...
Definition extent.hpp:16
Definition integral_constant.hpp:9
static constexpr size_t value
Definition integral_constant.hpp:10