MCPcopy Create free account
hub / github.com/Tencent/UnLua / Copy

Method Copy

Plugins/UnLua/Source/UnLua/Public/UnLuaLegacy.h:847–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845 }
846
847 virtual void Copy(void* Dest, const void* Src) const override
848 {
849 static_assert(TIsCopyConstructible<T>::Value, "type must be copy constructible!");
850 CopyInternal((T*)Dest, (const T*)Src, typename TChooseClass<TIsTriviallyCopyConstructible<T>::Value, FTrue, FFalse>::Result());
851 }
852
853 virtual bool Identical(const void* A, const void* B) const override
854 {

Callers 6

BuildForAndroidMethod · 0.45
BuildForLinuxMethod · 0.45
BuildForLinuxAArch64Method · 0.45
BuildForMacMethod · 0.45
BuildForIOSMethod · 0.45
BuildForPS5Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected