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

Method fail

include/boost/json/basic_parser_impl.hpp:305–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303
304template<class Handler>
305const char*
306basic_parser<Handler>::
307fail(const char* p) noexcept
308{
309 BOOST_ASSERT( p != sentinel() );
310 end_ = p;
311 return sentinel();
312}
313
314template<class Handler>
315const char*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected