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