bpf::UInt8 class

Public static variables

static uint8 MaxValue constexpr
static uint8 MinValue constexpr

Public static functions

static auto Parse(const String& str) -> uint8
static auto TryParse(const String& str, uint8& res) -> bool

Function documentation

static uint8 bpf::UInt8::Parse(const String& str)

Parameters
str the string to parse
Returns 8 bits uint parsed from string
Exceptions
ParseException when the string cannot be converted to a number

Parse an 8 bits uint from a string

static bool bpf::UInt8::TryParse(const String& str, uint8& res)

Parameters
str the string to parse
res 8 bits uint parsed from string
Returns true if successfull, false otherwise

Parse an 8 bits uint from a string

Variable documentation

static uint8 bpf::UInt8::MaxValue constexpr

8 bits uint max value

static uint8 bpf::UInt8::MinValue constexpr

8 bits uint min value