MCPcopy Create free account
hub / github.com/UE4SS-RE/RE-UE4SS / Array

Function Array

deps/first/JSON/include/JSON/Array.hpp:37–37  ·  view source on GitHub ↗

Explicitly making the class non-copyable to enable dllexport with unique_ptr

Source from the content-addressed store, hash-verified

35
36 // Explicitly making the class non-copyable to enable dllexport with unique_ptr
37 Array(const Array&) = delete;
38 auto operator=(const Array&) -> Array& = delete;
39 ~Array() override = default;
40

Callers 1

Array.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected