xrpld
Loading...
Searching...
No Matches
xrpl
IsArithmeticNumber
xrpl::IsArithmeticNumber Concept Reference
#include <
STObject.h
>
Concept definition
template
<
typename
U>
concept
IsArithmeticNumber
=
std::is_arithmetic_v<U>
||
std::is_same_v<U, Number>
||
std::is_same_v<U, STAmount>
xrpl::IsArithmeticNumber
Definition
STObject.h:514
std::is_arithmetic_v
T is_arithmetic_v
std::is_same_v
T is_same_v
Detailed Description
Definition at line
514
of file
STObject.h
.
Generated by
1.16.1