SPH
Public Types | List of all members
UndecayType< T, TOther > Struct Template Reference

Adds const or reference to the type, based on const-ness and reference-ness of given type. More...

#include <Traits.h>

Public Types

using Type = T
 

Detailed Description

template<typename T, typename TOther>
struct UndecayType< T, TOther >

Adds const or reference to the type, based on const-ness and reference-ness of given type.

Definition at line 168 of file Traits.h.

Member Typedef Documentation

◆ Type

template<typename T , typename TOther >
using UndecayType< T, TOther >::Type = T

Definition at line 169 of file Traits.h.


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