LLVM 23.0.0git
llvm::simplify_type< IntrusiveRefCntPtr< T > > Struct Template Reference

#include "llvm/ADT/IntrusiveRefCntPtr.h"

Inheritance diagram for llvm::simplify_type< IntrusiveRefCntPtr< T > >:
[legend]

Public Types

using SimpleType = T *

Static Public Member Functions

static SimpleType getSimplifiedValue (IntrusiveRefCntPtr< T > &Val)

Detailed Description

template<class T>
struct llvm::simplify_type< IntrusiveRefCntPtr< T > >

Definition at line 295 of file IntrusiveRefCntPtr.h.

Member Typedef Documentation

◆ SimpleType

template<class T>
using llvm::simplify_type< IntrusiveRefCntPtr< T > >::SimpleType = T *

Definition at line 296 of file IntrusiveRefCntPtr.h.

Member Function Documentation

◆ getSimplifiedValue()

template<class T>
SimpleType llvm::simplify_type< IntrusiveRefCntPtr< T > >::getSimplifiedValue ( IntrusiveRefCntPtr< T > & Val)
inlinestatic

Definition at line 298 of file IntrusiveRefCntPtr.h.

References llvm::IntrusiveRefCntPtr< T >::get().


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