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

Method cbegin

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

Source from the content-addressed store, hash-verified

344}
345
346auto
347array::
348cbegin() const noexcept ->
349 const_iterator
350{
351 return &(*t_)[0];
352}
353
354auto
355array::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected