MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / CommandRecorder

Method CommandRecorder

src/cpp_wrapper.cpp:1412–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1410 }
1411
1412 CommandRecorder::CommandRecorder(CommandRecorder && other) : internal{}
1413 {
1414 std::swap(this->internal, other.internal);
1415 }
1416
1417 auto CommandRecorder::operator=(CommandRecorder && other) -> CommandRecorder &
1418 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected