Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/TriangleMeshDistance
/ isContainer
Method
isContainer
tests/catch.hpp:7004–7004 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7002
struct BoundRef : NonCopyable {
7003
virtual ~BoundRef() = default;
7004
virtual auto isContainer() const -> bool { return false; }
7005
virtual auto isFlag() const -> bool { return false; }
7006
};
7007
struct BoundValueRefBase : BoundRef {
Callers
1
cardinality
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected