MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / position_string

Method position_string

external/json/json.hpp:924–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922 : exception(id_, what_arg), byte(byte_) {}
923
924 static std::string position_string(const position_t& pos)
925 {
926 return " at line " + std::to_string(pos.lines_read + 1) +
927 ", column " + std::to_string(pos.chars_read_current_line);
928 }
929};
930
931/*!

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected