Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
290
value*
291
array::
292
data() noexcept
293
{
294
return &(*t_)[0];
295
}
296
297
value const*
298
array::
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected