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

Method ConvertibleFromAnything

tests/test_class.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61struct ConvertibleFromAnything {
62 ConvertibleFromAnything() = default;
63 template <class T>
64 // NOLINTNEXTLINE(bugprone-forwarding-reference-overload,google-explicit-constructor)
65 ConvertibleFromAnything(T &&) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected