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