|
LLVM
8.0.1
|
FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary types in an enclosing object so that they can be inserted into FoldingSets. More...
#include "llvm/ADT/FoldingSet.h"


Public Member Functions | |
| template<typename... Ts> | |
| FoldingSetNodeWrapper (Ts &&... Args) | |
| void | Profile (FoldingSetNodeID &ID) |
| T & | getValue () |
| const T & | getValue () const |
| operator T & () | |
| operator const T & () const | |
Public Member Functions inherited from llvm::FoldingSetBase::Node | |
| Node ()=default | |
| void * | getNextInBucket () const |
| void | SetNextInBucket (void *N) |
FoldingSetNodeWrapper - This template class is used to "wrap" arbitrary types in an enclosing object so that they can be inserted into FoldingSets.
Definition at line 710 of file FoldingSet.h.
|
inlineexplicit |
Definition at line 715 of file FoldingSet.h.
|
inline |
Definition at line 720 of file FoldingSet.h.
|
inline |
Definition at line 721 of file FoldingSet.h.
|
inline |
Definition at line 724 of file FoldingSet.h.
|
inline |
Definition at line 723 of file FoldingSet.h.
|
inline |
Definition at line 718 of file FoldingSet.h.
References llvm::DefaultFoldingSetTrait< T >::Profile().
1.8.13