5
Quantities library
[qties]
5.5
Helpers
[qty.helpers]
🔗
consteval
bool
converts-to-base-subobject-of
(
std
::
meta type, std
::
meta template_name
)
;
1
#
Preconditions
:
is_
type
(
type
)
&
&
is_
template
(
template_
name
)
is
true
.
2
#
Returns
:
true
if
[
:
type
:
]
has an unambiguous and accessible base that is a specialization of
[
:
template_
name
:
]
, and
false
otherwise
.