Static Public Member Functions | List of all members
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 311 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 317 of file datasize.h.

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

Returns the symbol of the prefix.

Definition at line 314 of file datasize.h.

314 { return "Mi"sv; }

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