value
value::is_double
value::is_uint64
value::is_bool
string
array
object
storage_ptr
Return true if this is a double.
true
bool is_double() const noexcept;
This function is used to determine if the underlying representation is a certain kind.
return this->kind() == kind::double_;
Constant.
No-throw guarantee.