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

Method capacity

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

Source from the content-addressed store, hash-verified

449}
450
451std::size_t
452array::
453capacity() const noexcept
454{
455 return t_->capacity;
456}
457
458bool
459array::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected