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

Method begin

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

Source from the content-addressed store, hash-verified

328//----------------------------------------------------------
329
330auto
331array::
332begin() noexcept ->
333 iterator
334{
335 return &(*t_)[0];
336}
337
338auto
339array::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected