rippled
Loading...
Searching...
No Matches
ripple::unit::Usable Concept Reference

Usable is checked to ensure that only values with known valid type tags can be used (sometimes transparently) in non-unit contexts. More...

#include <Units.h>

Concept definition

template<class T>
Usable is checked to ensure that only values with known valid type tags can be used (sometimes transp...
Definition Units.h:50
T is_same_v

Detailed Description

Usable is checked to ensure that only values with known valid type tags can be used (sometimes transparently) in non-unit contexts.

At the time of implementation, this includes all known tags, but more may be added in the future, and they should not be added automatically unless determined to be appropriate.

Definition at line 50 of file Units.h.