[#operator_GiB] = operator""_GiB :mrdocs: Conversion of GiB to bytes. == Synopsis Declared in `<util/byte_units.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- consteval uint64_t operator""_GiB(unsigned long long gibibytes); ---- == Return Value The value in bytes (`gibibytes` shifted left by 30 bits). == Parameters [cols="1,4"] |=== | Name| Description | *gibibytes* | The number of gibibytes to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#