enforce

A template that enforces GLFW functions.

template enforce(alias func)
enforce
(
string file = __FILE__
size_t line = __LINE__
Args...
)
(
Args args
)
if (
__traits(identifier, func).indexOf("glfw") == 0
)

Members

Functions

enforce
auto enforce(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta