UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::TRemoveCV< T > Struct Template Reference

#include <TypeTraits.h>

Public Types

using Type = T
 

Detailed Description

template<typename T>
struct uLang::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

Member Typedef Documentation

◆ Type

template<typename T >
using uLang::TRemoveCV< T >::Type = T

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