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

Ordering functor, case ignoring lexicographic comparison. More...

#include <TextView.h>

Collaboration diagram for TextView::LessThanNoCase:
Collaboration graph

Public Member Functions

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

Detailed Description

Ordering functor, case ignoring lexicographic comparison.

Definition at line 955 of file TextView.h.

Member Function Documentation

◆ operator()()

bool swoc::TextView::LessThanNoCase::operator() ( self_type const & lhs,
self_type const & rhs ) const
inlinenoexcept
Returns
Case insensitive ordering.

Definition at line 958 of file TextView.h.


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