MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / ModuleCrtpAutoInit

Method ModuleCrtpAutoInit

include/globed/core/ModuleCrtp.hpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8template <typename Derived>
9struct ModuleCrtpAutoInit {
10 ModuleCrtpAutoInit() {
11 Derived::get();
12 }
13};
14
15template <typename Derived>

Callers

nothing calls this directly

Calls 1

getFunction · 0.50

Tested by

no test coverage detected