9 return "The given VertexID \"" +
std::to_string(vid) +
"\" is invalid. Check that it originated from a call to setMeshVertex() or setMeshVertices().";
12static constexpr auto errorInvalidVertexIDRange =
"The given range of VertexIDs contains invalid IDs at offsets [{},{}]. Check that they originated from calls to setMeshVertex() or setMeshVertices().";
std::string errorInvalidVertexID(int vid)
static constexpr auto errorInvalidVertexIDRange