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

Method suspend

include/boost/json/basic_parser_impl.hpp:387–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385
386template<class Handler>
387const char*
388basic_parser<Handler>::
389suspend(
390 const char* p,
391 state st)
392{
393 BOOST_ASSERT( p != sentinel() );
394 end_ = p;
395 // suspend
396 reserve();
397 st_.push_unchecked(st);
398 return sentinel();
399}
400
401template<class Handler>
402const char*

Callers

nothing calls this directly

Calls 1

push_uncheckedMethod · 0.80

Tested by

no test coverage detected