BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::ComparatorSelector< HASH_KEY > Struct Template Reference

#include <bslstp_exfunctional.h>

Public Types

typedef bsl::equal_to< HASH_KEY > Type
 

Detailed Description

template<class HASH_KEY>
struct bsl::ComparatorSelector< HASH_KEY >

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

Member Typedef Documentation

◆ Type

template<class HASH_KEY >
typedef bsl::equal_to<HASH_KEY> bsl::ComparatorSelector< HASH_KEY >::Type

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