Luna::operator""_gb
constexpr unsigned long long operator""_gb(unsigned long long v)
A integer literal suffix that multiples one number with 1024 * 1024 * 1024. Use it like 3_gb
.
constexpr unsigned long long operator""_gb(unsigned long long v)
A integer literal suffix that multiples one number with 1024 * 1024 * 1024. Use it like 3_gb
.