Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/parser
/ is_null
Method
is_null
example/json.hpp:286–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
bool is_null() const noexcept { return kind() == value_kind::null; }
287
bool is_boolean() const noexcept
288
{
289
return kind() == value_kind::boolean;
Callers
1
call
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected