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

Method is_string

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

Source from the content-addressed store, hash-verified

290 }
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

Callers 1

callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected