#include <quantities.h>
Public Types | |
using | ratio = R |
The ratio this prefix is about. More... | |
Static Public Member Functions | |
static constexpr auto | names (bool Long=false) |
Returns the unit symbol (Long false ) or name (Long true ). More... | |
static constexpr auto | symbol () |
Returns the symbol of the prefix. More... | |
static constexpr auto | name () |
Returns the full name of the prefix. More... | |
Definition at line 378 of file quantities.h.
using util::quantities::concepts::Prefix< R >::ratio = R |
The ratio this prefix is about.
Definition at line 379 of file quantities.h.
|
inlinestatic |
Returns the full name of the prefix.
Definition at line 388 of file quantities.h.
|
static |
Returns the unit symbol (Long
false
) or name (Long
true
).
Definition at line 1251 of file quantities.h.
|
inlinestatic |
Returns the symbol of the prefix.
Definition at line 385 of file quantities.h.