MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / position_string

Method position_string

extern/json/json.hpp:4446–4450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

concatFunction · 0.70
to_stringFunction · 0.70

Tested by

no test coverage detected