Searched defs:regex_error (Results 1 – 3 of 3) sorted by relevance
48 struct regex_error struct56 explicit regex_error(regex_constants::error_type code, char const *str = "") in regex_error() argument66 regex_constants::error_type code() const in code()96 boost::xpressive::regex_error(code, msg) in ensure_()
61 regex_error::regex_error(const std::string& s, regex_constants::error_type err, std::ptrdiff_t pos) in regex_error() function in boost::regex_error68 regex_error::regex_error(regex_constants::error_type err) in regex_error() function in boost::regex_error
50 class BOOST_REGEX_DECL regex_error : public std::runtime_error class