mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
Dude 💀
This commit is contained in:
@@ -26,6 +26,14 @@ struct TCallTraitsParamTypeHelper<T*, true>
|
||||
typedef const T* ConstParamType;
|
||||
};
|
||||
|
||||
template<typename T> struct TContainerTraitsBase
|
||||
{
|
||||
// This should be overridden by every container that supports emptying its contents via a move operation.
|
||||
enum { MoveWillEmptyContainer = false };
|
||||
};
|
||||
|
||||
template<typename T> struct TContainerTraits : public TContainerTraitsBase<T> {};
|
||||
|
||||
template <typename T>
|
||||
struct TCallTraitsBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user