Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TRemoveCV< T > Struct Template Reference

#include <RemoveCV.h>

Public Types

typedef T Type
 

Detailed Description

template<typename T>
struct TRemoveCV< T >

TRemoveCV<type> will remove any const/volatile qualifiers from a type. (based on std::remove_cv<> note: won't remove the const from "const int*", as the pointer is not const

Definition at line 10 of file RemoveCV.h.

Member Typedef Documentation

◆ Type

template<typename T >
typedef T TRemoveCV< T >::Type

Definition at line 10 of file RemoveCV.h.


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