UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RemoveCV.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreTypes.h
"
6
#include <type_traits>
7
13
template
<
typename
T>
14
struct
UE_DEPRECATED
(5.3,
"TRemoveCV has been deprecated, please use std::remove_cv_t instead."
) TRemoveCV
15
{
16
using
Type = std::remove_cv_t<T>;
17
};
UE_DEPRECATED
#define UE_DEPRECATED(Version, Message)
Definition
CoreMiscDefines.h:302
CoreTypes.h
Engine
Source
Runtime
Core
Public
Templates
RemoveCV.h
Generated by
1.9.8