SourcePro® C++ API Reference Guide

Product Documentation:
   SourcePro C++
Documentation Home
List of all members | Public Member Functions
RWTHash< T * > Struct Template Reference

Function object for hashing a pointer type. More...

#include <rw/tools/hash.h>

Inherits unary_function< T *, size_t >.

Public Member Functions

size_t operator() (T *obj) const
 

Detailed Description

template<typename T>
struct RWTHash< T * >

Provides a C++ Standard Library-compliant hash function object suitable for use with hash or unordered containers.

Member Function Documentation

template<typename T >
size_t RWTHash< T * >::operator() ( T *  obj) const
inline

Returns a hashed value of obj.

Copyright © 2016 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.