Enumerations
enum class SizeUnit : char
| Name | Value | Comments |
|---|---|---|
| kAuto | 0 |
Automatically select an appropriate unit. |
| kBytes | 'B' | -- |
| kKiB | 'K' | -- |
| kMiB | 'M' | -- |
| kGiB | 'G' | -- |
| kTiB | 'T' | -- |
| kPiB | 'P' | -- |
| kEiB | 'E' | -- |
Units for formatting byte sizes.
Defined at line 21 of file ../../zircon/system/ulib/pretty/include/pretty/cpp/sizes.h