Clear the error value to the default.
| 103 | |
| 104 | /// Clear the error value to the default. |
| 105 | void clear() |
| 106 | { |
| 107 | value_ = 0; |
| 108 | category_ = &system_category(); |
| 109 | } |
| 110 | |
| 111 | /// Assign a new error value. |
| 112 | void assign(int v, const error_category& c) |
no outgoing calls
no test coverage detected