Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ holy
Method
holy
examples/source/usertype_initializers.cpp:9–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
struct holy {
8
private:
9
holy() : data() {
10
}
11
holy(int value) : data(value) {
12
}
13
~holy() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected