LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::ImutProfileInteger< T > Struct Template Reference

Profile traits for integers. More...

#include "llvm/ADT/ImmutableSet.h"

Public Types

using value_type = const T
 
using value_type_ref = const T &
 

Static Public Member Functions

static void Profile (FoldingSetNodeID &ID, value_type_ref X)
 

Detailed Description

template<typename T>
struct llvm::ImutProfileInteger< T >

Profile traits for integers.

Definition at line 849 of file ImmutableSet.h.

Member Typedef Documentation

◆ value_type

template<typename T >
using llvm::ImutProfileInteger< T >::value_type = const T

Definition at line 850 of file ImmutableSet.h.

◆ value_type_ref

template<typename T >
using llvm::ImutProfileInteger< T >::value_type_ref = const T&

Definition at line 851 of file ImmutableSet.h.

Member Function Documentation

◆ Profile()

template<typename T >
static void llvm::ImutProfileInteger< T >::Profile ( FoldingSetNodeID ID,
value_type_ref  X 
)
inlinestatic

Definition at line 853 of file ImmutableSet.h.

References X.


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