Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
websocketpp::utility::ci_less::nocase_compare Struct Reference

#include <utilities.hpp>

Inheritance diagram for websocketpp::utility::ci_less::nocase_compare:
Collaboration diagram for websocketpp::utility::ci_less::nocase_compare:

Public Member Functions

bool operator() (unsigned char const &c1, unsigned char const &c2) const
 

Detailed Description

Definition at line 77 of file utilities.hpp.

Member Function Documentation

◆ operator()()

bool websocketpp::utility::ci_less::nocase_compare::operator() ( unsigned char const & c1,
unsigned char const & c2 ) const
inline

Definition at line 80 of file utilities.hpp.

80 {
81 return tolower (c1) < tolower (c2);
82 }

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