MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / position_string

Method position_string

Source/external/json.hpp:4442–4446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4440 : exception(id_, what_arg), byte(byte_) {}
4441
4442 static std::string position_string(const position_t& pos)
4443 {
4444 return concat(" at line ", std::to_string(pos.lines_read + 1),
4445 ", column ", std::to_string(pos.chars_read_current_line));
4446 }
4447};
4448
4449/// @brief exception indicating errors with iterators

Callers

nothing calls this directly

Calls 2

concatFunction · 0.85
to_stringFunction · 0.70

Tested by

no test coverage detected