Function object (Unary Predicate functor) that stores one string. More...
#include <nxsstring.h>
Public Member Functions | |
NStrCaseSensitiveEquals (const NxsString &s) | |
bool | operator() (const NxsString &s) const |
Function object (Unary Predicate functor) that stores one string.
The ()(const NxsString &) operator then returns the result of a case-sensitive compare. Useful for STL find algorithms.
Definition at line 237 of file nxsstring.h.