Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PeterFWS/Structure-PLP-SLAM
/ parse_error
Method
parse_error
3rd/json/include/nlohmann/json.hpp:253–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
252
private:
253
parse_error(int id_, std::size_t byte_, const char* what_arg)
254
: exception(id_, what_arg), byte(byte_) {}
255
256
static std::string position_string(const position_t& pos)
257
{
Callers
15
json.hpp
File · 0.45
sax_parse
Method · 0.45
get_bson_string
Method · 0.45
parse_bson_element_internal
Method · 0.45
parse_cbor_internal
Method · 0.45
get_cbor_string
Method · 0.45
parse_msgpack_internal
Method · 0.45
get_msgpack_string
Method · 0.45
get_ubjson_string
Method · 0.45
get_ubjson_size_value
Method · 0.45
get_ubjson_size_type
Method · 0.45
get_ubjson_value
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected