Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct hash<>

boost::hash<float>

Synopsis

// In header: <boost/container_hash/hash.hpp>


struct hash<> {
   () ;
};

Description

 ( val) ;

Returns:

Unspecified in TR1, except that equal arguments yield the same result.

hash_value(val) in Boost.

Throws:

Doesn't throw


PrevUpHomeNext