| 1293 | |
| 1294 | internal::error_handler error_handler() { return {}; } |
| 1295 | void on_error(const char* message) { error_handler().on_error(message); } |
| 1296 | |
| 1297 | // Returns an iterator to the beginning of the output range. |
| 1298 | iterator out() { return out_; } |
no test coverage detected