Sierra Toolkit  Version of the Day
sierra::equal_nocase< String > Struct Template Reference

Class specialization equal_nocase for String. More...

#include <StringUtil.hpp>

Inherits binary_function< String, String, bool >.

Public Member Functions

bool operator() (const String &lhs, const String &rhs) const
 Member function operator() returns true if the lhs is equal to rhs. More...
 

Detailed Description

template<>
struct sierra::equal_nocase< String >

Class specialization equal_nocase for String.

Definition at line 659 of file StringUtil.hpp.

Member Function Documentation

◆ operator()()

bool sierra::equal_nocase< String >::operator() ( const String lhs,
const String rhs 
) const
inline

Member function operator() returns true if the lhs is equal to rhs.

Parameters
lhsa String const reference to the left hand side value.
rhsa String cosnt reference to the right hand side value.
Returns
a bool value of true if the lhs is less than rhs

Definition at line 672 of file StringUtil.hpp.


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