MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / operator++

Method operator++

comp/python_comp_mesh.cpp:186–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 : NodeId(_ni), ma(_ma) { ; }
185 auto & Mesh() { return ma; }
186 MeshNode operator++ (int) { return MeshNode(NodeId::operator++(0),ma); }
187 MeshNode operator++ () { return MeshNode(NodeId::operator++(), ma); }
188 MeshNode operator+ (size_t i) { return MeshNode(NodeId::operator+(i), ma); }
189 };

Callers

nothing calls this directly

Calls 2

MeshNodeClass · 0.85
operator++Function · 0.70

Tested by

no test coverage detected