39 QML_VALUE_TYPE(byteSize)
43 ByteSize(
const ByteSize&) =
default;
44 ByteSize(ByteSize&&) =
default;
45 ByteSize& operator=(
const ByteSize&) =
default;
46 ByteSize& operator=(ByteSize&&) =
default;
58 [[nodiscard]] Q_INVOKABLE
bool isNull()
const {
return value == 0; }
64 operator size_t()
const {
return value; }
Convenience class for size_t.
Q_INVOKABLE bool isNull() const
Check if zero.
ByteSize(size_t val)
Conversion from size_t to Units::ByteSize.
Conversion between units used in aviation.