Static Public Member Functions | List of all members
util::quantities::concepts::Prefix< prefixes::pebi > Struct Template Reference

Prefix for 2^50. 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::pebi >

Prefix for 2^50.

Definition at line 350 of file datasize.h.

Member Function Documentation

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

Returns the full name of the prefix.

Definition at line 356 of file datasize.h.

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

Returns the symbol of the prefix.

Definition at line 353 of file datasize.h.

353 { return "Pi"sv; }

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