HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Strutil::StringLess Struct Reference

C++ functor for comparing the ordering of two strings. More...

#include <strutil.h>

Public Member Functions

bool operator() (const char *a, const char *b) const noexcept
 
bool operator() (string_view a, string_view b) const noexcept
 

Detailed Description

C++ functor for comparing the ordering of two strings.

Definition at line 761 of file strutil.h.

Member Function Documentation

bool Strutil::StringLess::operator() ( const char *  a,
const char *  b 
) const
inlinenoexcept

Definition at line 762 of file strutil.h.

bool Strutil::StringLess::operator() ( string_view  a,
string_view  b 
) const
inlinenoexcept

Definition at line 763 of file strutil.h.


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