iceberg-cpp
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
iceberg::StringEqual Struct Reference

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
 

Detailed Description

Transparent equality function that supports std::string_view as lookup key.


The documentation for this struct was generated from the following file: