Ark Server API (ASA) - Wiki
|
#include <RemoveCV.h>
Public Types | |
typedef T | Type |
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 12 of file RemoveCV.h.