MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / empty

Method empty

unittests/catch.hpp:446–448  ·  view source on GitHub ↗

named queries

Source from the content-addressed store, hash-verified

444
445 public: // named queries
446 auto empty() const noexcept -> bool {
447 return m_size == 0;
448 }
449 auto size() const noexcept -> size_type {
450 return m_size;
451 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected