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

Method sentinel

include/boost/json/basic_parser_impl.hpp:244–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242
243template<class Handler>
244const char*
245basic_parser<Handler>::
246sentinel()
247{
248 // the "+1" ensures that the returned pointer is unique even if
249 // the given input buffer borders on this object
250 return reinterpret_cast<
251 const char*>(this) + 1;
252}
253
254template<class Handler>
255bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected