SourcePro® API Reference Guide

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

Function object for hashing an RWStringID. More...

#include <rw/stringid.h>

Public Member Functions

size_t operator() (const RWStringID &obj) const
 

Detailed Description

template<>
struct RWTHash< RWStringID >

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

Member Function Documentation

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

Returns a hash of obj. This function is the equivalent of calling

obj.hash();

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