SUNphi  1.0
SUNphi::CStringComparer Struct Reference

Object incapsulating the comparison operator between two c strings. More...

#include <Map.hpp>

Public Member Functions

bool operator() (const char *first, const char *second) const
 Comparison operator. More...
 

Detailed Description

Object incapsulating the comparison operator between two c strings.

Definition at line 22 of file Map.hpp.

Member Function Documentation

bool SUNphi::CStringComparer::operator() ( const char *  first,
const char *  second 
) const
inline

Comparison operator.

Parameters
firstFirst element to compare
secondSecond element to compare

Definition at line 25 of file Map.hpp.


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