We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cast_op_type
1 parent 835fa9b commit 32ef69aCopy full SHA for 32ef69a
include/pybind11/cast.h
@@ -835,7 +835,7 @@ template <typename type> class type_caster_base : public type_caster_generic {
835
nullptr, nullptr, holder);
836
}
837
838
- template <typename T> using cast_op_type = cast_op_type<T>;
+ template <typename T> using cast_op_type = detail::cast_op_type<T>;
839
840
operator itype*() { return (type *) value; }
841
operator itype&() { if (!value) throw reference_cast_error(); return *((itype *) value); }
0 commit comments