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

Class less_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 less than rhs. More...
 

Detailed Description

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

Class less_nocase implements a case insensitive compare functor.

Definition at line 480 of file StringUtil.hpp.

Member Function Documentation

◆ operator()()

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

Member function operator() returns true if the lhs is less than 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 493 of file StringUtil.hpp.


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