![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
| namespace | util |
| namespace | util::detail |
Functions | |
| template<unsigned SHIFT> | |
| consteval uint64_t | util::detail::ByteUnitsToBytes (unsigned long long units) |
| consteval uint64_t | operator""_MiB (unsigned long long mebibytes) |
| Conversion of MiB to bytes. More... | |
| consteval uint64_t | operator""_GiB (unsigned long long gibibytes) |
| Conversion of GiB to bytes. More... | |
| consteval uint64_t operator""_GiB | ( | unsigned long long | gibibytes | ) |
Conversion of GiB to bytes.
Definition at line 32 of file byte_units.h.
| consteval uint64_t operator""_MiB | ( | unsigned long long | mebibytes | ) |
Conversion of MiB to bytes.
Definition at line 26 of file byte_units.h.