BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslstp::HashSelector< HASH_KEY > Struct Template Reference

#include <bslstp_hash.h>

Detailed Description

template<class HASH_KEY>
struct bslstp::HashSelector< HASH_KEY >

This meta-function selects the appropriate implementation for comparing the parameterized TYPE. This generic template uses the std::equal_to functor.

See bslstp_hash

Public Types

typedef ::bsl::hash< HASH_KEY > Type
 

Member Typedef Documentation

◆ Type

template<class HASH_KEY >
typedef ::bsl::hash<HASH_KEY> bslstp::HashSelector< HASH_KEY >::Type

The documentation for this struct was generated from the following file: