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

Method is_array

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

Source from the content-addressed store, hash-verified

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
297 {

Callers 1

get_impl<array>Class · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected