#include <VolResizeFlag.hpp>
|
| static constexpr auto | from_string (std::string_view sv) |
| |
|
| static constexpr auto | ALLOCATE = Underlying::ALLOCATE |
| |
| static constexpr auto | DELTA = Underlying::DELTA |
| |
| static constexpr auto | SHRINK = Underlying::SHRINK |
| |
|
| static constexpr std::array | values = {"allocate", "delta", "shrink"} |
| |
| static constexpr auto virt::StorageVol::ResizeFlag::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
| constexpr auto virt::StorageVol::ResizeFlag::ALLOCATE = Underlying::ALLOCATE |
|
static |
| constexpr auto virt::StorageVol::ResizeFlag::DELTA = Underlying::DELTA |
|
static |
| constexpr auto virt::StorageVol::ResizeFlag::SHRINK = Underlying::SHRINK |
|
static |
| constexpr std::array virt::StorageVol::ResizeFlag::values = {"allocate", "delta", "shrink"} |
|
staticprotected |
The documentation for this class was generated from the following file: