Returns error code, a reflex::regex_error_type constant.
| 123 | { } |
| 124 | /// Returns error code, a reflex::regex_error_type constant. |
| 125 | regex_error_type code() |
| 126 | const |
| 127 | { |
| 128 | return code_; |
| 129 | } |
| 130 | /// Returns position of the error in the regex. |
| 131 | size_t pos() |
| 132 | const |
nothing calls this directly
no outgoing calls
no test coverage detected