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

Method empty

include/boost/json/detail/stack.hpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 std::size_t buf_size) noexcept;
60
61 bool
62 empty() const noexcept
63 {
64 return size_ == 0;
65 }
66
67 BOOST_JSON_DECL
68 void

Callers 3

on_stringMethod · 0.45
on_keyMethod · 0.45
write_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected