enhance io options

This commit is contained in:
2025-03-01 11:12:18 +01:00
parent 9fa023f716
commit 254de7a9ee
5 changed files with 36 additions and 23 deletions

View File

@@ -21,6 +21,8 @@ class VarInt {
std::uint64_t m_Value;
public:
static const std::uint64_t MAX_VALUE = static_cast<std::uint64_t>(-1) >> 8;
VarInt() : m_Value(0) {}
/**
* \brief Construct a variable integer from a value