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

If T is a pointer, just return it. If it is not, return T&. More...

#include <Casting.h>

Public Types

using type = T &
 

Detailed Description

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

If T is a pointer, just return it. If it is not, return T&.

Definition at line 83 of file Casting.h.

Member Typedef Documentation

◆ type

template<typename T , typename Enable = void>
using SVF::SVFUtil::add_lvalue_reference_if_not_pointer< T, Enable >::type = T &

Definition at line 85 of file Casting.h.


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