Navigation
API > API/Runtime > API/Runtime/uLangCore
Tests if a type T is bitwise-constructible from a given argument type U. That is, whether or not the U can be memcpy'd in order to produce an instance of T, rather than having to go via a constructor.
Examples: TIsBitwiseConstructible
| Name | TIsBitwiseConstructible |
| 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, typename Arg>
struct TIsBitwiseConstructible
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Value | bool | Assume no bitwise construction in general. | uLang/Common/Templates/TypeTraits.h |