| 156 | |
| 157 | template <typename T> |
| 158 | bool isinstance_native_enum(handle obj, const std::type_info &tp) { |
| 159 | return isinstance_native_enum_impl<intrinsic_t<T>>(obj, tp); |
| 160 | } |
| 161 | |
| 162 | template <typename type> |
| 163 | class type_caster<std::reference_wrapper<type>> { |
nothing calls this directly
no outgoing calls
no test coverage detected