Otclient  14/8/2020
stdext::remove_const_ref< T > Struct Template Reference

#include <traits.h>

Public Types

typedef std::remove_const< typename std::remove_reference< T >::type >::type type
 

Detailed Description

template<typename T>
struct stdext::remove_const_ref< T >

Definition at line 33 of file traits.h.

Member Typedef Documentation

◆ type

template<typename T >
typedef std::remove_const<typename std::remove_reference<T>::type>::type stdext::remove_const_ref< T >::type

Definition at line 33 of file traits.h.


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