MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / empty

Method empty

extras/tests/catch/catch.hpp:515–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 SourceLineInfo& operator = ( SourceLineInfo&& ) noexcept = default;
514
515 bool empty() const noexcept { return file[0] == '\0'; }
516 bool operator == ( SourceLineInfo const& other ) const noexcept;
517 bool operator < ( SourceLineInfo const& other ) const noexcept;
518

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected