pion  5.0.6
Public Member Functions | List of all members
pion::iequal_to Struct Reference

#include <hash_map.hpp>

Inherits binary_function< std::string, std::string, bool >.

Public Member Functions

bool operator() (std::string const &x, std::string const &y) const
 

Detailed Description

case insensitive string equality predicate copied from boost.unordered hash_equality documentation http://www.boost.org/doc/libs/1_50_0/doc/html/unordered/hash_equality.html

Definition at line 69 of file hash_map.hpp.


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