Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ empty
Method
empty
test/te.cpp:884–884 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
882
struct Empty {
883
void draw(std::ostream &out) const { out <<
"Empty"
; }
884
int empty() { return 1; }
885
};
886
887
struct CircleEmpty : Circle {
Callers
1
te.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected