Searched refs: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_orderable393 bool operator<(const regex_orderable &rhs) const noexcept { in operator <()401 …std::map<regex_orderable, std::map<std::string, std::function<void(std::shared_ptr<typename Server…