Conversion of GiB to bytes.

Synopsis

Declared in <util/byte_units.h>

consteval
uint64_t
operator""_GiB(unsigned long long gibibytes);

Return Value

The value in bytes (gibibytes shifted left by 30 bits).

Parameters

Name

Description

gibibytes

The number of gibibytes to convert.

Created with MrDocs