| 3311 | } |
| 3312 | |
| 3313 | TOML_PURE_INLINE_GETTER |
| 3314 | const_iterator end() const noexcept |
| 3315 | { |
| 3316 | return components_.end(); |
| 3317 | } |
| 3318 | |
| 3319 | TOML_PURE_INLINE_GETTER |
| 3320 | const_iterator cbegin() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected