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