Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TIsBitwiseConstructible_T_T
Ts can always be bitwise constructed from itself if it is trivially copyable.
| Name | TIsBitwiseConstructible< T, T > |
| Type | enum |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/TypeTraits.h |
| Include Path | #include "uLang/Common/Templates/TypeTraits.h" |
Syntax
enum TIsBitwiseConstructible< T, T >
{
Value = std::is_trivially_copy_constructible_v<T>,
}
Values
| Name | Remarks |
|---|---|
| Value |