MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / get_token

Method get_token

3rd/json/include/nlohmann/json.hpp:7465–7468  ·  view source on GitHub ↗

get next token from lexer

Source from the content-addressed store, hash-verified

7463
7464 /// get next token from lexer
7465 token_type get_token()
7466 {
7467 return last_token = m_lexer.scan();
7468 }
7469
7470 std::string exception_message(const token_type expected, const std::string& context)
7471 {

Callers

nothing calls this directly

Calls 1

scanMethod · 0.80

Tested by

no test coverage detected