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

Case-insensitive string comparison. More...

#include <f8utils.hpp>

Public Member Functions

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

Detailed Description

Case-insensitive string comparison.

Definition at line 552 of file f8utils.hpp.

Member Function Documentation

bool FIX8::StringLessThanNoCase::operator() ( const std::string &  a,
const std::string &  b 
) const
inline

Definition at line 554 of file f8utils.hpp.

555  { return a ^ b; }

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