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

Function is_array_of_tables

src/toml.hpp:4156–4160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4154 }
4155
4156 TOML_PURE_GETTER
4157 bool is_array_of_tables() const noexcept
4158 {
4159 return node_ && node_->is_array_of_tables();
4160 }
4161
4162 template <typename T>
4163 TOML_PURE_GETTER

Callers

nothing calls this directly

Calls 1

is_homogeneousFunction · 0.85

Tested by

no test coverage detected