| 3305 | } |
| 3306 | |
| 3307 | TOML_PURE_INLINE_GETTER |
| 3308 | const_iterator begin() const noexcept |
| 3309 | { |
| 3310 | return components_.begin(); |
| 3311 | } |
| 3312 | |
| 3313 | TOML_PURE_INLINE_GETTER |
| 3314 | const_iterator end() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected