TRemoveCV

TRemoveCV will remove any const/volatile qualifiers from a type.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/RemoveCV.h

Include

#include "Templates/RemoveCV.h"

Syntax

template<typename T>
struct TRemoveCV

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss