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

Method empty

include/boost/json/impl/object.hpp:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308//----------------------------------------------------------
309
310bool
311object::
312empty() const noexcept
313{
314 return t_->size == 0;
315}
316
317auto
318object::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected