LLVM 20.0.0git
Public Member Functions | Friends | List of all members
llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::const_pointer Class Reference

#include "llvm/ADT/TrieRawHashMap.h"

Inheritance diagram for llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::const_pointer:
Inheritance graph
[legend]

Public Member Functions

 const_pointer ()=default
 
 const_pointer (const pointer &P)
 

Friends

class ThreadSafeTrieRawHashMap
 

Detailed Description

template<class T, size_t NumHashBytes>
class llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::const_pointer

Definition at line 259 of file TrieRawHashMap.h.

Constructor & Destructor Documentation

◆ const_pointer() [1/2]

template<class T , size_t NumHashBytes>
llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::const_pointer::const_pointer ( )
default

◆ const_pointer() [2/2]

template<class T , size_t NumHashBytes>
llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::const_pointer::const_pointer ( const pointer P)
inline

Definition at line 264 of file TrieRawHashMap.h.

Friends And Related Function Documentation

◆ ThreadSafeTrieRawHashMap

template<class T , size_t NumHashBytes>
friend class ThreadSafeTrieRawHashMap
friend

Definition at line 260 of file TrieRawHashMap.h.


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