MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / getMutable

Method getMutable

tests/catch.hpp:9879–9881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9877 return *getInternal();
9878 }
9879 static auto getMutable() -> MutableInterfaceT& {
9880 return *getInternal();
9881 }
9882 };
9883
9884} // namespace Catch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected