OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
StringDictionaryProxy::HeterogeneousStringEqual Struct Reference

#include <StringDictionaryProxy.h>

Public Types

using is_transparent = void
 

Public Member Functions

bool operator() (std::string_view const lhs, std::string_view const rhs) const
 

Detailed Description

Definition at line 227 of file StringDictionaryProxy.h.

Member Typedef Documentation

Member Function Documentation

bool StringDictionaryProxy::HeterogeneousStringEqual::operator() ( std::string_view const  lhs,
std::string_view const  rhs 
) const
inline

Definition at line 230 of file StringDictionaryProxy.h.

230  {
231  return lhs == rhs;
232  }

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