4#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_UNITS_KIND_WITH_EXPONENT_FWD_HPP_
5#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_UNITS_KIND_WITH_EXPONENT_FWD_HPP_
7#include "arene/base/constraints/constraints.hpp"
8#include "arene/base/stdlib_choice/cstdint.hpp"
9#include "arene/base/stdlib_choice/remove_cv.hpp"
14namespace units_detail {
17using exponent_t = std::int64_t;
27template <
typename Kind, exponent_t PositiveExponent, exponent_t NegativeExponent,
typename = constraints<>>
28class kind_with_exponent_helper;
37template <
typename Kind, exponent_t PositiveExponent, exponent_t NegativeExponent,
typename = constraints<>>
38class quantity_kind_with_exponent;
Definition array_exceptions_disabled.cpp:11
Copyright 2026, Toyota Motor Corporation.
Definition array_exceptions_disabled.cpp:10