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

Class equal_nocase implements a case insensitive compare functor. More...

#include <StringUtil.hpp>

Inherits binary_function< T, T, bool >.

Public Member Functions

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

Detailed Description

template<class T>
struct sierra::equal_nocase< T >

Class equal_nocase implements a case insensitive compare functor.

Definition at line 626 of file StringUtil.hpp.

Member Function Documentation

◆ operator()()

template<class T >
bool sierra::equal_nocase< T >::operator() ( const T &  lhs,
const T &  rhs 
) const
inline

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

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

Definition at line 639 of file StringUtil.hpp.


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