BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstl_hash.h File Reference
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bslh_hash.h>
#include <bslmf_istriviallycopyable.h>
#include <bslmf_istriviallydefaultconstructible.h>
#include <bslmf_assert.h>
#include <bsls_compilerfeatures.h>
#include <bsls_deprecatefeature.h>
#include <bsls_platform.h>
#include <cstddef>

Go to the source code of this file.

Classes

struct  bsl::hash< TYPE >
 
struct  bsl::hash< const BSLSTL_KEY >
 
struct  bsl::hash< bool >
 Specialization of hash for bool values. More...
 
struct  bsl::hash< char >
 Specialization of hash for char values. More...
 
struct  bsl::hash< signed char >
 Specialization of hash for signed char values. More...
 
struct  bsl::hash< unsigned char >
 Specialization of hash for unsigned char values. More...
 
struct  bsl::hash< wchar_t >
 Specialization of hash for wchar_t values. More...
 
struct  bsl::hash< short >
 Specialization of hash for short values. More...
 
struct  bsl::hash< unsigned short >
 Specialization of hash for unsigned short values. More...
 
struct  bsl::hash< int >
 Specialization of hash for int values. More...
 
struct  bsl::hash< unsigned int >
 Specialization of hash for unsigned int values. More...
 
struct  bsl::hash< long >
 Specialization of hash for long values. More...
 
struct  bsl::hash< unsigned long >
 Specialization of hash for unsigned long values. More...
 
struct  bsl::hash< long long >
 Specialization of hash for long long values. More...
 
struct  bsl::hash< unsigned long long >
 Specialization of hash for unsigned long long values. More...
 
struct  bsl::is_trivially_default_constructible< hash< TYPE > >
 
struct  bsl::is_trivially_copyable< hash< TYPE > >
 

Macros

#define BSLSTL_HASH_DEPRECATED_CPP17
 

Detailed Description

The content of this file has been pre-processed for Doxygen.