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

Method empty

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

Source from the content-addressed store, hash-verified

124 }
125
126 bool empty() const
127 {
128 return elements_.empty();
129 }
130
131 void swap(json_array& other) noexcept
132 {

Callers 1

flatten_and_destroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected