4#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_UNITS_HAS_EXPLICIT_UNITS_HPP_
5#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_UNITS_HAS_EXPLICIT_UNITS_HPP_
7#include "arene/base/constraints/constraints.hpp"
11namespace units_detail {
15template <
typename Kind,
typename = constraints<>>
16extern constexpr bool has_explicit_units_v =
false;
20template <
typename Kind>
21extern constexpr bool has_explicit_units_v<Kind, constraints<
typename Kind::unit_type>> =
true;
Definition array_exceptions_disabled.cpp:11
Copyright 2026, Toyota Motor Corporation.
Definition array_exceptions_disabled.cpp:10