|
iceberg-cpp
|
Transparent equality function that supports std::string_view as lookup key. More...
#include <string_util.h>
Public Types | |
| using | is_transparent = void |
Public Member Functions | |
| bool | operator() (std::string_view lhs, std::string_view rhs) const |
| bool | operator() (const std::string &lhs, const std::string &rhs) const |
Transparent equality function that supports std::string_view as lookup key.