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

Prefix for 1073741824 (2^30). 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::gibi >

Prefix for 1073741824 (2^30).

Definition at line 343 of file datasize.h.

Member Function Documentation

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

Returns the full name of the prefix.

Definition at line 349 of file datasize.h.

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

Returns the symbol of the prefix.

Definition at line 346 of file datasize.h.

346 { return "Gi"sv; }

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