Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Profactor/cv-plot
/ isContainer
Method
isContainer
CvPlot/ext/catch2/inc/catch.hpp:9031–9031 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9029
struct BoundRef : NonCopyable {
9030
virtual ~BoundRef() = default;
9031
virtual auto isContainer() const -> bool { return false; }
9032
virtual auto isFlag() const -> bool { return false; }
9033
};
9034
struct BoundValueRefBase : BoundRef {
Callers
1
cardinality
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected