Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ draw
Function
draw
test/te.cpp:896–899 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
894
895
template <class TDrawable>
896
requires te::conceptify<TDrawable, DrawableConcept> void draw(
897
TDrawable const &drawable, std::ostream &out) {
898
drawable.draw(out);
899
}
900
901
test should_support_erasing_using_concepts = [] {
902
{
Callers
1
te.cpp
File · 0.70
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected