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

Method size

include/boost/json/string.hpp:1001–1005  ·  view source on GitHub ↗

Return the number of characters in the string. The value returned does not include the null terminator, which is always present. @par Complexity Constant. */

Source from the content-addressed store, hash-verified

999 Constant.
1000 */
1001 std::size_t
1002 size() const noexcept
1003 {
1004 return impl_.size();
1005 }
1006
1007 /** Return the maximum number of characters any string can hold.
1008

Callers 13

parse_escapedMethod · 0.45
parse_numberMethod · 0.45
BOOST_IF_CONSTEXPRFunction · 0.45
write_someMethod · 0.45
writeMethod · 0.45
write_someMethod · 0.45
writeMethod · 0.45
stringClass · 0.45
emptyMethod · 0.45
starts_withMethod · 0.45
ends_withMethod · 0.45
growMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected