Sierra Toolkit  Version of the Day
sierra::less_nocase< const char * > Struct Template Reference

Class specialization less_nocase for char const pointer. More...

#include <StringUtil.hpp>

Inherits binary_function< const char *, const char *, bool >.

Public Member Functions

bool operator() (const char *lhs, const char *rhs) const
 Member function operator() returns true if the lhs is less than rhs. More...
 

Detailed Description

template<>
struct sierra::less_nocase< const char * >

Class specialization less_nocase for char const pointer.

Definition at line 594 of file StringUtil.hpp.

Member Function Documentation

◆ operator()()

bool sierra::less_nocase< const char * >::operator() ( const char *  lhs,
const char *  rhs 
) const
inline

Member function operator() returns true if the lhs is less than rhs.

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

Definition at line 607 of file StringUtil.hpp.


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