OmniSciDB  a5dc49c757
 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 228 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 231 of file StringDictionaryProxy.h.

231  {
232  return lhs == rhs;
233  }

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