Return the last error. This returns the last error code which was generated in the most recent call to @ref write_some. @par Complexity Constant. @par Exception Safety No-throw guarantee. */
| 543 | No-throw guarantee. |
| 544 | */ |
| 545 | system::error_code |
| 546 | last_error() const noexcept |
| 547 | { |
| 548 | return ec_; |
| 549 | } |
| 550 | |
| 551 | /** Check if a complete JSON text has been parsed. |
| 552 |
nothing calls this directly
no outgoing calls
no test coverage detected