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

Method end

include/boost/json/detail/string_impl.hpp:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 }
349
350 char*
351 end() noexcept
352 {
353 return data() + size();
354 }
355
356 char const*
357 end() const noexcept

Callers 12

on_string_partMethod · 0.45
on_stringMethod · 0.45
on_string_partMethod · 0.45
on_stringMethod · 0.45
signal_valueMethod · 0.45
signal_endMethod · 0.45
on_string_partMethod · 0.45
on_stringMethod · 0.45
operator()Method · 0.45
value_to_implFunction · 0.45
inserterFunction · 0.45
emplace_implMethod · 0.45

Calls 2

dataClass · 0.85
sizeFunction · 0.85

Tested by

no test coverage detected