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

Method get_token_string

external/json/json.hpp:8253–8258  ·  view source on GitHub ↗

! @return a string representation of the last read byte */

Source from the content-addressed store, hash-verified

8251 @return a string representation of the last read byte
8252 */
8253 std::string get_token_string() const
8254 {
8255 char cr[3];
8256 snprintf(cr, 3, "%.2hhX", static_cast<unsigned char>(current));
8257 return std::string{cr};
8258 }
8259
8260 /*!
8261 @param[in] format the current format

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected