MCPcopy Create free account
hub / github.com/Genivia/RE-flex / code

Method code

include/reflex/error.h:125–129  ·  view source on GitHub ↗

Returns error code, a reflex::regex_error_type constant.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected