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