MCPcopy Create free account
hub / github.com/PDAL/PDAL / operator !

Function operator !

pdal/Metadata.hpp:661–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659 operator bool () const
660 { return !empty(); }
661 bool operator ! ()
662 { return empty(); }
663 bool valid() const
664 { return !empty(); }
665 bool empty() const

Callers

nothing calls this directly

Calls 1

emptyFunction · 0.70

Tested by

no test coverage detected