MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / init

Function init

extern/pybind/include/pybind11/pybind11.h:2530–2532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2528/// Binds an existing constructor taking arguments Args...
2529template <typename... Args>
2530detail::initimpl::constructor<Args...> init() {
2531 return {};
2532}
2533/// Like `init<Args...>()`, but the instance is always constructed through the alias class (even
2534/// when not inheriting on the Python side).
2535template <typename... Args>

Callers 15

initializeMethod · 0.70
class_Method · 0.70
class_Class · 0.70
enum_Method · 0.70
vector_modifiersFunction · 0.70
vector_buffer_implFunction · 0.70
initMethod · 0.70
iteratorClass · 0.70
operator++Method · 0.70
operator*Method · 0.70
operator->Method · 0.70
UmfPackLUMethod · 0.50

Calls 15

dictClass · 0.85
cpp_functionClass · 0.85
strClass · 0.85
moveFunction · 0.85
enum_nameFunction · 0.85
int_Class · 0.85
is_methodClass · 0.85
pos_onlyClass · 0.85
stringFunction · 0.85
noneClass · 0.85
attrMethod · 0.80
ptrMethod · 0.80

Tested by

no test coverage detected