rippled
Loading...
Searching...
No Matches
xrpl
Addable
xrpl::Addable Concept Reference
#include <
STObject.h
>
Concept definition
template
<
class
T,
class
U>
concept
xrpl::Addable
=
requires
(T t, U u) { t = t + u; }
xrpl::Addable
Definition
STObject.h:526
Detailed Description
Definition at line
526
of file
STObject.h
.
Generated by
1.9.8