LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
std::hash< llvm::pdb::PDB_SymType > Struct Reference

#include "llvm/DebugInfo/PDB/PDBTypes.h"

Public Types

using argument_type = llvm::pdb::PDB_SymType
 
using result_type = std::size_t
 

Public Member Functions

result_type operator() (const argument_type &Arg) const
 

Detailed Description

Definition at line 600 of file PDBTypes.h.

Member Typedef Documentation

◆ argument_type

using std::hash< llvm::pdb::PDB_SymType >::argument_type = llvm::pdb::PDB_SymType

Definition at line 601 of file PDBTypes.h.

◆ result_type

using std::hash< llvm::pdb::PDB_SymType >::result_type = std::size_t

Definition at line 602 of file PDBTypes.h.

Member Function Documentation

◆ operator()()

result_type std::hash< llvm::pdb::PDB_SymType >::operator() ( const argument_type Arg) const
inline

Definition at line 604 of file PDBTypes.h.


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