bpf::Int16 class

Public static variables

static int16 MaxValue constexpr
static int16 MinValue constexpr

Public static functions

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

Function documentation

static int16 bpf::Int16::Parse(const String& str)

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

Parse a 16 bits int from a string

static bool bpf::Int16::TryParse(const String& str, int16& res)

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

Parse a 16 bits int from a string

Variable documentation

static int16 bpf::Int16::MaxValue constexpr

16 bits int max value

static int16 bpf::Int16::MinValue constexpr

16 bits int min value