MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / empty

Method empty

external/include/catch.hpp:433–435  ·  view source on GitHub ↗

named queries

Source from the content-addressed store, hash-verified

431
432 public: // named queries
433 auto empty() const noexcept -> bool {
434 return m_size == 0;
435 }
436 auto size() const noexcept -> size_type {
437 return m_size;
438 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected