SourcePro® API Reference Guide

 
List of all members | Public Member Functions
RWTHash< long > Struct Template Reference

Function object for hashing a long. More...

#include <rw/tools/hash.h>

Public Member Functions

size_t operator() (long obj) const
 

Detailed Description

template<>
struct RWTHash< long >

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

Member Function Documentation

size_t RWTHash< long >::operator() ( long  obj) const
inline

Returns a hashed value of obj.

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.