Comparator for sorting a request container. More...
Public Member Functions | |
bool | operator() (const std::unique_ptr< http_request > &lhs, const std::unique_ptr< http_request > &rhs) const noexcept |
Less_than comparator for sorting. More... | |
bool | operator() (const std::unique_ptr< http_request > &lhs, std::string_view rhs) const noexcept |
Less_than comparator for sorting. More... | |
bool | operator() (std::string_view lhs, const std::unique_ptr< http_request > &rhs) const noexcept |
Less_than comparator for sorting. More... | |
Comparator for sorting a request container.
|
inlinenoexcept |
Less_than comparator for sorting.
lhs | Left-hand side |
rhs | Right-hand side |
|
inlinenoexcept |
Less_than comparator for sorting.
lhs | Left-hand side |
rhs | Right-hand side |
References dpp::request_queue::globally_ratelimited, and dpp::unicode_emoji::lock.
|
inlinenoexcept |
Less_than comparator for sorting.
lhs | Left-hand side |
rhs | Right-hand side |