mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
124 files changed.
This commit is contained in:
9
Project Reboot 3.0/IsTriviallyCopyConstructible.h
Normal file
9
Project Reboot 3.0/IsTriviallyCopyConstructible.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "inc.h"
|
||||
|
||||
template <typename T>
|
||||
struct TIsTriviallyCopyConstructible
|
||||
{
|
||||
enum { Value = __has_trivial_copy(T) };
|
||||
};
|
||||
Reference in New Issue
Block a user