|
Android-cuttlefish cvd tool
|
Classes | |
| struct | Size |
Typedefs | |
| using | B = Size< 0 > |
| using | KiB = Size< 10 > |
| using | MiB = Size< 20 > |
| using | GiB = Size< 30 > |
| using | TiB = Size< 40 > |
Functions | |
| constexpr B | operator""_B (unsigned long long v) |
| constexpr KiB | operator""_KiB (unsigned long long v) |
| constexpr MiB | operator""_MiB (unsigned long long v) |
| constexpr GiB | operator""_GiB (unsigned long long v) |
| constexpr TiB | operator""_TiB (unsigned long long v) |
| template<typename Dest , typename Src > | |
| constexpr Dest | size_cast (Src src) |
| using android::storage_literals::B = typedef Size<0> |
| using android::storage_literals::GiB = typedef Size<30> |
| using android::storage_literals::KiB = typedef Size<10> |
| using android::storage_literals::MiB = typedef Size<20> |
| using android::storage_literals::TiB = typedef Size<40> |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |