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

Method empty

include/boost/json/impl/array.hpp:458–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458bool
459array::
460empty() const noexcept
461{
462 return t_->size == 0;
463}
464
465void
466array::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected