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

Class SquareEmpty

test/te.cpp:891–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889};
890
891struct SquareEmpty : Square {
892 int empty() { return 3; }
893};
894
895template <class TDrawable>
896requires te::conceptify<TDrawable, DrawableConcept> void draw(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected