Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template hash<>

boost::hash<T*>

Synopsis

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

template<typename T> 
struct hash<> {
   () ;
};

Description

 ( val) ;

Returns:

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

Throws:

Doesn't throw


PrevUpHomeNext