MCPcopy Create free account
hub / github.com/pybind/pybind11 / base_template

Method base_template

tests/test_class_sh_inheritance.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8template <int Id>
9struct base_template {
10 base_template() : base_id(Id) {}
11 virtual ~base_template() = default;
12 virtual int id() const { return base_id; }
13 int base_id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected