MCPcopy Create free account
hub / github.com/boost-ext/te / DrawableConceptMacro

Class DrawableConceptMacro

test/te.cpp:935–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933};
934
935struct DrawableConceptMacro {
936 auto draw(std::ostream &out) const -> REQUIRES(void, draw, out);
937 auto empty() -> REQUIRES(int, empty);
938};
939
940test should_support_erasing_using_concepts_macro = [] {
941 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected