MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / IndexMap

Method IndexMap

cpp/dolfinx/common/IndexMap.h:165–165  ·  view source on GitHub ↗

Copy constructor

Source from the content-addressed store, hash-verified

163
164 // Copy constructor
165 IndexMap(const IndexMap& map) = delete;
166
167 /// Move constructor
168 IndexMap(IndexMap&& map) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected