bpf::UInt64 class

Public static variables

static uint64 MaxValue constexpr
static uint64 MinValue constexpr

Public static functions

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

Function documentation

static uint64 bpf::UInt64::Parse(const String& str)

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

Parse a 64 bits uint from a string

static bool bpf::UInt64::TryParse(const String& str, uint64& res)

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

Parse a 64 bits uint from a string

Variable documentation

static uint64 bpf::UInt64::MaxValue constexpr

64 bits uint max value

static uint64 bpf::UInt64::MinValue constexpr

64 bits uint min value