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

Method data

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

Source from the content-addressed store, hash-verified

288}
289
290value*
291array::
292data() noexcept
293{
294 return &(*t_)[0];
295}
296
297value const*
298array::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected