operator""_MiB

Conversion of MiB to bytes.

Synopsis

Declared in <util/byte_units.h>

consteval
uint64_t
operator""_MiB(unsigned long long mebibytes);

Return Value

The value in bytes (mebibytes shifted left by 20 bits).

Parameters

NameDescription
mebibytesThe number of mebibytes to convert.