LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
swoc::TextView::CaselessEqual Struct Reference

Support for containers that need case insensitive comparisons between views. More...

#include <TextView.h>

Collaboration diagram for swoc::TextView::CaselessEqual:
Collaboration graph

Public Member Functions

bool operator() (self_type const &lhs, self_type const &rhs) const noexcept
 

Detailed Description

Support for containers that need case insensitive comparisons between views.

Definition at line 964 of file TextView.h.

Member Function Documentation

◆ operator()()

bool swoc::TextView::CaselessEqual::operator() ( self_type const & lhs,
self_type const & rhs ) const
inlinenoexcept
Returns
true if the view contants are equal when compared without regard to case.

Definition at line 967 of file TextView.h.


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