Navigation
API > API/Runtime > API/Runtime/uLangCore
| |
|
| Name |
TIsBitwiseConstructible< T, T > |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/TypeTraits.h |
| Include Path |
#include "uLang/Common/Templates/TypeTraits.h" |
Syntax
template<typename T>
struct TIsBitwiseConstructible< T, T >
Constants
| Name |
Type |
Remarks |
Include Path |
| Value |
bool |
Ts can always be bitwise constructed from itself if it is trivially copyable. |
uLang/Common/Templates/TypeTraits.h |