5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_RANK_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_RANK_HPP_
14#include "stdlib/include/stdlib_detail/cstddef.hpp"
15#include "stdlib/include/stdlib_detail/integral_constant.hpp"
37extern constexpr auto rank_v<
T[]> = rank_v<T> + 1;
47extern constexpr auto rank_v<
T[
N]> = rank_v<T> + 1;
obtains the number of dimensions of an array type
Definition rank.hpp:58
constexpr auto rank_v< T[N]>
obtains the number of dimensions of an array type
constexpr auto rank_v
obtains the number of dimensions of an array type
constexpr auto rank_v< T[]>
obtains the number of dimensions of an array type
constexpr auto operator()(::arene::base::result< void, E > const &value) const noexcept(noexcept(hash< E >{}(std::declval< E const & >()))) -> std::size_t
Calculate the hash of a result.
Definition result.hpp:1827