MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / ~TInlineTask

Method ~TInlineTask

include/daxa/utils/task_graph.hpp:286–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 // c++ rule of 5 or whatever:
285
286 ~TInlineTask()
287 {
288 value.~InternalValue<Allow::NONE, TaskStages::NONE>();
289 }
290 TInlineTask(TInlineTask && other)
291 {
292 this->value = {}; // Prevents ICE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected