3#ifndef TETL_TYPE_TRAITS_RANK_HPP
4#define TETL_TYPE_TRAITS_RANK_HPP
21template <
typename T,
size_t N>
24template <
typename Type>
Definition adjacent_find.hpp:8
constexpr size_t rank_v
Definition rank.hpp:25
Definition integral_constant.hpp:9
static constexpr size_t value
Definition integral_constant.hpp:10
If Type is an array type, provides the member constant value equal to the number of dimensions of the...
Definition rank.hpp:16