Static Value-Flow Analysis
Public Types | List of all members
SVF::SVFUtil::add_const_past_pointer< T, Enable > Struct Template Reference

#include <Casting.h>

Public Types

using type = const T
 

Detailed Description

template<typename T, typename Enable = void>
struct SVF::SVFUtil::add_const_past_pointer< T, Enable >

If T is a pointer to X, return a pointer to const X. If it is not, return const T.

Definition at line 70 of file Casting.h.

Member Typedef Documentation

◆ type

template<typename T , typename Enable = void>
using SVF::SVFUtil::add_const_past_pointer< T, Enable >::type = const T

Definition at line 72 of file Casting.h.


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