MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / Allocated

Method Allocated

framework/core/allocated.h:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136 public:
137 Allocated() = delete;
138 Allocated(const Allocated &) = delete;
139 Allocated(Allocated &&other) noexcept;
140 Allocated &operator=(Allocated const &other) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected