LLVM 24.0.0git
llvm::ImutProfileInfo< T > Struct Template Reference

Generic profile template. More...

#include "llvm/ADT/ImmutableSet.h"

Inheritance diagram for llvm::ImutProfileInfo< T >:
[legend]

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::ImutProfileInfo< T >

Generic profile template.

The default behavior is to invoke the profile method of an object. Specializations for primitive integers and generic handling of pointers is done below.

Definition at line 976 of file ImmutableSet.h.

Member Typedef Documentation

◆ value_type

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

Definition at line 977 of file ImmutableSet.h.

◆ value_type_ref

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

Definition at line 978 of file ImmutableSet.h.

Member Function Documentation

◆ Profile()

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

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