4#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_UNITS_IS_KIND_WITH_EXPONENT_HPP_
5#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_UNITS_IS_KIND_WITH_EXPONENT_HPP_
7#include "arene/base/units/kind_with_exponent_fwd.hpp"
12namespace units_detail {
16template <
typename Kind>
17extern constexpr bool is_kind_with_exponent_v =
false;
24template <
typename Kind, exponent_t PositiveExponent, exponent_t NegativeExponent>
25extern constexpr bool is_kind_with_exponent_v<quantity_kind_with_exponent<Kind, PositiveExponent, NegativeExponent>> =
Definition array_exceptions_disabled.cpp:11
Copyright 2026, Toyota Motor Corporation.
Definition array_exceptions_disabled.cpp:10