Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ draw
Method
draw
test/te.cpp:183–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
182
struct TriangleCopyable {
183
void draw(std::ostream &out) const { out <<
"Triangle"
; }
184
};
185
186
test should_support_movable_only_types = [] {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected