SourcePro® API Reference Guide

Product Documentation:
   SourcePro
Documentation Home
List of all members | Public Member Functions
RWTHash< RWDBDateTime > Struct Template Reference

Deprecated. Function object for hashing an RWDBDateTime. More...

#include <rw/db/datetime.h>

Public Member Functions

size_t operator() (const RWDBDateTime &obj) const
 

Detailed Description

template<>
struct RWTHash< RWDBDateTime >

Deprecated:
As of SourcePro 6, use RWTHash<RWDateTime> instead.

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

Member Function Documentation

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

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

obj.hash();

Copyright © 2019 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.