MCPcopy Create free account
hub / github.com/arrayfire/forge / show

Method show

src/backend/common/window.hpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 inline void show() {
103 mWindow->show();
104 }
105
106 inline bool close() {
107 return mWindow->close();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected