| 209 | |
| 210 | protected: |
| 211 | clock_type::duration |
| 212 | skip() const |
| 213 | { |
| 214 | return clock_type::duration::zero(); |
| 215 | } |
| 216 | |
| 217 | parse_options const& |
| 218 | get_parse_options() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected