| 692 | return _parse(*this, in); |
| 693 | } |
| 694 | bool parse_array_stop(size_t) { return true; } |
| 695 | bool parse_object_start() { return true; } |
| 696 | template <typename Iter> bool parse_object_item(input<Iter>& in, const std::string&) { |
| 697 | return _parse(*this, in); |
nothing calls this directly
no outgoing calls
no test coverage detected