ADTF  3.18.2
string_base_no_case_compare_func< sT, sT2 >

Compare function for stl container e.g. More...

Public Member Functions

tBool operator() (const string_base< sT > &str1, const string_base< sT2 > &str2) const
 String compare function. More...
 

Detailed Description

template<class sT, class sT2>
struct A_UTILS_NS::string_base_no_case_compare_func< sT, sT2 >

Compare function for stl container e.g.

std::map

Definition at line 2488 of file string.h.

Member Function Documentation

◆ operator()()

tBool operator() ( const string_base< sT > &  str1,
const string_base< sT2 > &  str2 
) const
inline

String compare function.

Parameters
[in]str1First string
[in]str2Second string
Returns
tTrue if strings are equal, tFalse otherwise

Definition at line 2496 of file string.h.

References string_base< storageT >::CompareNoCase().