| 3323 | } |
| 3324 | |
| 3325 | TOML_PURE_INLINE_GETTER |
| 3326 | const_iterator cend() const noexcept |
| 3327 | { |
| 3328 | return components_.end(); |
| 3329 | } |
| 3330 | |
| 3331 | TOML_EXPORTED_MEMBER_FUNCTION |
| 3332 | void clear() noexcept; |
nothing calls this directly
no outgoing calls
no test coverage detected