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