xrpld
Loading...
Searching...
No Matches
xrpl
IsArithmeticValueUnit
xrpl::IsArithmeticValueUnit Concept Reference
#include <
STObject.h
>
Concept definition
template
<
typename
U,
typename
Value = U::value_type,
typename
Unit = U::unit_type>
concept
IsArithmeticValueUnit
=
std::is_same_v<U, unit::ValueUnit<Unit, Value>
> &&
IsArithmeticNumber<Value>
&&
std::is_class_v<Unit>
xrpl::IsArithmeticNumber
Definition
STObject.h:514
xrpl::IsArithmeticValueUnit
Definition
STObject.h:517
std::is_class_v
T is_class_v
std::is_same_v
T is_same_v
Detailed Description
Definition at line
517
of file
STObject.h
.
Generated by
1.16.1