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

Function isinstance_native_enum

include/pybind11/cast.h:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157template <typename T>
158bool isinstance_native_enum(handle obj, const std::type_info &tp) {
159 return isinstance_native_enum_impl<intrinsic_t<T>>(obj, tp);
160}
161
162template <typename type>
163class type_caster<std::reference_wrapper<type>> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected