fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::StringPtrLessThanNoCase Struct Reference

Case-insensitive string comparison, pointer version. More...

#include <f8utils.hpp>

Public Member Functions

bool operator() (const std::string *a, const std::string *b) const
 

Detailed Description

Case-insensitive string comparison, pointer version.

Definition at line 538 of file f8utils.hpp.

Member Function Documentation

bool FIX8::StringPtrLessThanNoCase::operator() ( const std::string *  a,
const std::string *  b 
) const
inline

Definition at line 540 of file f8utils.hpp.

541  { return *a ^ *b; }

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