MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~BoundRef

Method ~BoundRef

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

Source from the content-addressed store, hash-verified

5890
5891 struct BoundRef : NonCopyable {
5892 virtual ~BoundRef() = default;
5893 virtual auto isContainer() const -> bool { return false; }
5894 virtual auto isFlag() const -> bool { return false; }
5895 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected