LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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 367 of file quantities.h.
using util::quantities::concepts::Prefix< R >::ratio = R |
The ratio this prefix is about.
Definition at line 368 of file quantities.h.
|
inlinestatic |
Returns the full name of the prefix.
Definition at line 377 of file quantities.h.
|
static |
Returns the unit symbol (Long
false
) or name (Long
true
).
Definition at line 1220 of file quantities.h.
|
inlinestatic |
Returns the symbol of the prefix.
Definition at line 374 of file quantities.h.