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

Function type

src/toml.hpp:4084–4088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4082 }
4083
4084 TOML_PURE_GETTER
4085 node_type type() const noexcept
4086 {
4087 return node_ ? node_->type() : node_type::none;
4088 }
4089
4090 TOML_PURE_GETTER
4091 bool is_table() const noexcept

Callers 3

value_exactMethod · 0.85
valueMethod · 0.85
value_orMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected