Searched defs:regex_orderable (Results 1 – 1 of 1) sorted by relevance
387 class regex_orderable : public regex::regex { class in SimpleWeb::ServerBase391 regex_orderable(const char *regex_cstr) : regex::regex(regex_cstr), str(regex_cstr) {} in regex_orderable() function in SimpleWeb::ServerBase::regex_orderable392 … regex_orderable(std::string regex_str_) : regex::regex(regex_str_), str(std::move(regex_str_)) {} in regex_orderable() function in SimpleWeb::ServerBase::regex_orderable