14 static constexpr
unsigned long long Terabytes(
const unsigned long long AAmount);
20 static constexpr
unsigned long long Gigabytes(
const unsigned long long AAmount);
26 static constexpr
unsigned long long Megabytes(
const unsigned long long AAmount);
32 static constexpr
unsigned long long Kilobytes(
const unsigned long long AAmount);
37 #include "Expressions.inl"
static constexpr unsigned long long Kilobytes(const unsigned long long AAmount)
Get the true byte value of some amount of kilobytes.
static constexpr unsigned long long Terabytes(const unsigned long long AAmount)
Get the true byte value of some amount of terabytes.
static constexpr unsigned long long Gigabytes(const unsigned long long AAmount)
Get the true byte value of some amount of gigabytes.
Converters from large byte types to smaller ones.
static constexpr unsigned long long Megabytes(const unsigned long long AAmount)
Get the true byte value of some amount of megabytes.