@brief Get reference to the YAML node of the current iterator. @return Reference to the YAML node of the current iterator.
| 10274 | /// @brief Get reference to the YAML node of the current iterator. |
| 10275 | /// @return Reference to the YAML node of the current iterator. |
| 10276 | reference value() const noexcept { |
| 10277 | return operator*(); |
| 10278 | } |
| 10279 | |
| 10280 | private: |
| 10281 | /// A type of the internally-held iterator. |
no outgoing calls
no test coverage detected