rippled
Loading...
Searching...
No Matches
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; }

Detailed Description

Definition at line 526 of file STObject.h.