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

Function as_boolean

src/toml.hpp:4230–4234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4228 }
4229
4230 TOML_PURE_GETTER
4231 auto* as_boolean() const noexcept
4232 {
4233 return as<bool>();
4234 }
4235
4236 TOML_PURE_GETTER
4237 auto* as_date() const noexcept

Callers 1

wrap_node<T>* asMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected