Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ cbegin
Method
cbegin
include/jsoncons/utility/byte_string.hpp:416–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
return data_ + size_;
415
}
416
constexpr const_iterator cbegin() const noexcept
417
{
418
return data_;
419
}
420
constexpr const_iterator cend() const noexcept
421
{
422
return data_ + size_;
Callers
1
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected