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

Prefix for 1048576 (2^20). 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::mebi >

Prefix for 1048576 (2^20).

Definition at line 331 of file datasize.h.

Member Function Documentation

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

Returns the full name of the prefix.

Definition at line 337 of file datasize.h.

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

Returns the symbol of the prefix.

Definition at line 334 of file datasize.h.

334 { return "Mi"sv; }

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