LArSoft  v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
util::quantities::concepts::Prefix< prefixes::exbi > Struct Template Reference

Prefix for 2^60. More...

#include "datasize.h"

Static Public Member Functions

static constexpr auto symbol ()
 Returns the symbol of the prefix. More...
 
static constexpr auto name ()
 Returns the full name of the prefix. More...
 

Detailed Description

template<>
struct util::quantities::concepts::Prefix< prefixes::exbi >

Prefix for 2^60.

Definition at line 379 of file datasize.h.

Member Function Documentation

static constexpr auto util::quantities::concepts::Prefix< prefixes::exbi >::name ( )
inlinestatic

Returns the full name of the prefix.

Definition at line 385 of file datasize.h.

385 { return "exbi"sv; }
static constexpr auto util::quantities::concepts::Prefix< prefixes::exbi >::symbol ( )
inlinestatic

Returns the symbol of the prefix.

Definition at line 382 of file datasize.h.

382 { return "Ei"sv; }

The documentation for this struct was generated from the following file: