MCPcopy Create free account
hub / github.com/AsPJT/DungeonTemplateLibrary / copyMatrix

Function copyMatrix

include/DTL/Utility/Copy.hpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 template<typename Matrix_>
34 DTL_VERSIONING_CPP14_CONSTEXPR
35 void copyMatrix(Matrix_& matrix_, const Matrix_& matrix2_) noexcept {
36 matrix_ = matrix2_;
37 }
38
39 } //namespace
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected