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

Method end

include/boost/json/string.hpp:852–856  ·  view source on GitHub ↗

Return an iterator to the end. The returned iterator only acts as a sentinel. Dereferencing it results in undefined behavior. @par Complexity Constant. @par Exception Safety No-throw guarantee. @{ */

Source from the content-addressed store, hash-verified

850 @{
851 */
852 iterator
853 end() noexcept
854 {
855 return impl_.end();
856 }
857
858 const_iterator
859 end() const noexcept

Callers 8

parse_commentMethod · 0.45
parse_documentMethod · 0.45
parse_stringMethod · 0.45
parse_objectMethod · 0.45
parse_arrayMethod · 0.45
cendMethod · 0.45
rbeginMethod · 0.45
crbeginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected