#include <algorithm>
#include <ostream>
#include <string>
#include <tlx/string/hash_djb2.hpp>
Go to the source code of this file.
|
static bool | operator!= (const std::string &a, const StringView &b) noexcept |
| Inequality operator to compare a std::string with a StringView. More...
|
|
static bool | operator< (const std::string &a, const StringView &b) noexcept |
| Less operator to compare a std::string with a StringView lexicographically. More...
|
|
static bool | operator== (const std::string &a, const StringView &b) noexcept |
| Equality operator to compare a std::string with a StringView. More...
|
|