Get the message associated with the error.
| 129 | |
| 130 | /// Get the message associated with the error. |
| 131 | std::string message() const |
| 132 | { |
| 133 | return category_->message(value_); |
| 134 | } |
| 135 | |
| 136 | struct unspecified_bool_type_t |
| 137 | { |
no outgoing calls
no test coverage detected