MCPcopy Create free account
hub / github.com/boostorg/json / throw_format_error

Function throw_format_error

example/cbor.cpp:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154BOOST_NORETURN
155void
156throw_format_error( char const * err )
157{
158 throw std::runtime_error( err );
159}
160
161void
162ensure( std::size_t n, const unsigned char* first, const unsigned char* last )

Callers 4

parse_cbor_numberFunction · 0.85
parse_cbor_objectFunction · 0.85
parse_cbor_type7Function · 0.85
parse_cbor_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected