Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
template <typename Derived>
9
struct ModuleCrtpAutoInit {
10
ModuleCrtpAutoInit() {
11
Derived::get();
12
}
13
};
14
15
template <typename Derived>
Callers
nothing calls this directly
Calls
1
get
Function · 0.50
Tested by
no test coverage detected