std::hash< _Tp >

Section: C Library Functions (3)
Updated: Wed Apr 17 2019
Page Index
 

NAME

std::hash< _Tp > - Primary class template hash.

 

SYNOPSIS


Inherits std::__hash_enum< _Tp, bool >.  

Detailed Description

 

template<typename _Tp>


struct std::hash< _Tp >" Primary class template hash.

Primary class template hash, usable for enum types only.

Definition at line 142 of file system_error.

 

Author

Generated automatically by Doxygen for libstdc++ from the source code.


 

Index

NAME
SYNOPSIS
Detailed Description
template<typename _Tp>
Author