| 8656 | } |
| 8657 | |
| 8658 | TOML_PURE_INLINE_GETTER |
| 8659 | constexpr bool has_code_point() const noexcept |
| 8660 | { |
| 8661 | return state == uint_least32_t{}; |
| 8662 | } |
| 8663 | |
| 8664 | TOML_PURE_INLINE_GETTER |
| 8665 | constexpr bool needs_more_input() const noexcept |
no outgoing calls
no test coverage detected