Static Value-Flow Analysis
Public Types | Static Public Member Functions | List of all members
SVF::SVFUtil::simplify_type< From > Struct Template Reference

#include <Casting.h>

Public Types

using SimpleType = From
 

Static Public Member Functions

static SimpleTypegetSimplifiedValue (From &Val)
 

Detailed Description

template<typename From>
struct SVF::SVFUtil::simplify_type< From >

Definition at line 103 of file Casting.h.

Member Typedef Documentation

◆ SimpleType

template<typename From >
using SVF::SVFUtil::simplify_type< From >::SimpleType = From

Definition at line 105 of file Casting.h.

Member Function Documentation

◆ getSimplifiedValue()

template<typename From >
static SimpleType& SVF::SVFUtil::simplify_type< From >::getSimplifiedValue ( From &  Val)
inlinestatic

Definition at line 108 of file Casting.h.

109  {
110  return Val;
111  }

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