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

Method size

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

Source from the content-addressed store, hash-verified

430//----------------------------------------------------------
431
432std::size_t
433array::
434size() const noexcept
435{
436 return t_->size;
437}
438
439constexpr
440std::size_t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected