Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ BaseN
Method
BaseN
tests/test_multiple_inheritance.cpp:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
template <int N>
19
struct BaseN {
20
explicit BaseN(int i) : i(i) {}
21
int i;
22
};
23
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected