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

Function as

src/toml.hpp:4194–4198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4192
4193 template <typename T>
4194 TOML_PURE_GETTER
4195 auto* as() const noexcept
4196 {
4197 return node_ ? node_->template as<T>() : nullptr;
4198 }
4199
4200 TOML_PURE_GETTER
4201 auto* as_table() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected