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

Function as_string

src/toml.hpp:4212–4216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4210 }
4211
4212 TOML_PURE_GETTER
4213 auto* as_string() const noexcept
4214 {
4215 return as<std::string>();
4216 }
4217
4218 TOML_PURE_GETTER
4219 auto* as_integer() const noexcept

Callers 1

wrap_node<T>* asMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected