MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / size

Method size

include/jsoncons/json_array.hpp:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 std::size_t size() const {return elements_.size();}
137
138 std::size_t capacity() const {return elements_.capacity();}
139

Callers 1

shrink_to_fitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected