MCPcopy Create free account
hub / github.com/boostorg/parser / is_object

Method is_object

example/json.hpp:293–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 bool is_number() const noexcept { return kind() == value_kind::number; }
292 bool is_string() const noexcept { return kind() == value_kind::string; }
293 bool is_object() const noexcept { return kind() == value_kind::object; }
294 bool is_array() const noexcept { return kind() == value_kind::array; }
295
296 bool operator==(value const & rhs) const noexcept

Callers 1

get_impl<object>Class · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected