LLVM 20.0.0git
|
Define a template that can be specialized by smart pointers to reflect the fact that they are automatically dereferenced, and are not involved with the template selection process... the default implementation is a noop. More...
#include "llvm/Support/Casting.h"
Public Types | |
using | SimpleType = From |
Static Public Member Functions | |
static SimpleType & | getSimplifiedValue (From &Val) |
Define a template that can be specialized by smart pointers to reflect the fact that they are automatically dereferenced, and are not involved with the template selection process... the default implementation is a noop.
using llvm::simplify_type< From >::SimpleType = From |
|
inlinestatic |
Definition at line 38 of file Casting.h.
Referenced by llvm::simplify_type< const From >::getSimplifiedValue().