value::is_uint64
Checks if this is a std::uint64_t
.
Synopsis
bool
is_uint64() const noexcept;
Description
Returns true
if the value’s kind()
is kind::uint64
.
Complexity
Constant.
Exception Safety
No-throw guarantee.
Return Value
this->kind() == kind::uint64
.