Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ BreaksBase
Method
BreaksBase
tests/test_class.cpp:605–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
603
public:
604
virtual ~BreaksBase() = default;
605
BreaksBase() = default;
606
BreaksBase(const BreaksBase &) = delete;
607
};
608
template <int N>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected