| 3317 | } |
| 3318 | |
| 3319 | TOML_PURE_INLINE_GETTER |
| 3320 | const_iterator cbegin() const noexcept |
| 3321 | { |
| 3322 | return components_.begin(); |
| 3323 | } |
| 3324 | |
| 3325 | TOML_PURE_INLINE_GETTER |
| 3326 | const_iterator cend() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected