| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected