MCPcopy Create free account
hub / github.com/Profactor/cv-plot / empty

Method empty

CvPlot/ext/catch2/inc/catch.hpp:492–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490 SourceLineInfo& operator = ( SourceLineInfo&& ) noexcept = default;
491
492 bool empty() const noexcept { return file[0] == '\0'; }
493 bool operator == ( SourceLineInfo const& other ) const noexcept;
494 bool operator < ( SourceLineInfo const& other ) const noexcept;
495

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected