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

Class specialization equal_nocase for std::string. More...

#include <StringUtil.hpp>

Inherits binary_function< std::string, std::string, bool >.

Public Member Functions

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

Detailed Description

template<>
struct sierra::equal_nocase< std::string >

Class specialization equal_nocase for std::string.

Definition at line 692 of file StringUtil.hpp.

Member Function Documentation

◆ operator()()

bool sierra::equal_nocase< std::string >::operator() ( const std::string &  lhs,
const std::string &  rhs 
) const
inline

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

Parameters
lhsa std::string const reference to the left hand side value.
rhsa std::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 705 of file StringUtil.hpp.


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