MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / is_value

Function is_value

src/toml.hpp:4102–4106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4100 }
4101
4102 TOML_PURE_GETTER
4103 bool is_value() const noexcept
4104 {
4105 return node_ && node_->is_value();
4106 }
4107
4108 TOML_PURE_GETTER
4109 bool is_string() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected