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

Method begin

include/boost/json/string.hpp:810–814  ·  view source on GitHub ↗

Return an iterator to the beginning. If the container is empty, @ref end() is returned. @par Complexity Constant. @par Exception Safety No-throw guarantee. @{ */

Source from the content-addressed store, hash-verified

808 @{
809 */
810 iterator
811 begin() noexcept
812 {
813 return impl_.data();
814 }
815
816 const_iterator
817 begin() const noexcept

Callers 10

incompleteMethod · 0.45
parse_commentMethod · 0.45
parse_documentMethod · 0.45
parse_literalMethod · 0.45
parse_stringMethod · 0.45
parse_escapedMethod · 0.45
parse_objectMethod · 0.45
parse_arrayMethod · 0.45
parse_numberMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected