MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / reset

Function reset

dependencies/json/json.hpp:7259–7264  ·  view source on GitHub ↗

reset token_buffer; current character is beginning of token

Source from the content-addressed store, hash-verified

7257
7258 /// reset token_buffer; current character is beginning of token
7259 void reset() noexcept
7260 {
7261 token_buffer.clear();
7262 token_string.clear();
7263 token_string.push_back(std::char_traits<char_type>::to_char_type(current));
7264 }
7265
7266 /*
7267 @brief get next character from the input

Callers 2

scan_stringMethod · 0.70
scan_numberMethod · 0.70

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected