LibreOffice Module comphelper (master) 1
Public Member Functions | Private Attributes | List of all members
comphelper::UStringMixLess Struct Reference

#include <stl_types.hxx>

Public Member Functions

 UStringMixLess (bool bCaseSensitive=true)
 
bool operator() (std::u16string_view x, std::u16string_view y) const
 
bool isCaseSensitive () const
 

Private Attributes

bool m_bCaseSensitive
 

Detailed Description

Definition at line 39 of file stl_types.hxx.

Constructor & Destructor Documentation

◆ UStringMixLess()

comphelper::UStringMixLess::UStringMixLess ( bool  bCaseSensitive = true)
inline

Definition at line 44 of file stl_types.hxx.

Member Function Documentation

◆ isCaseSensitive()

bool comphelper::UStringMixLess::isCaseSensitive ( ) const
inline

Definition at line 53 of file stl_types.hxx.

References m_bCaseSensitive.

◆ operator()()

bool comphelper::UStringMixLess::operator() ( std::u16string_view  x,
std::u16string_view  y 
) const
inline

Definition at line 45 of file stl_types.hxx.

References o3tl::compareToIgnoreAsciiCase(), m_bCaseSensitive, x, and y.

Member Data Documentation

◆ m_bCaseSensitive

bool comphelper::UStringMixLess::m_bCaseSensitive
private

Definition at line 42 of file stl_types.hxx.

Referenced by isCaseSensitive(), and operator()().


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