Searched defs:polymorphic_type_hook (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_tagbased_polymorphic.cpp109 struct polymorphic_type_hook<itype, detail::enable_if_t<std::is_base_of<Animal, itype>::value>> struct in namespace:Animal::pybind11
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h810 struct polymorphic_type_hook struct
815 struct polymorphic_type_hook<itype, detail::enable_if_t<std::is_polymorphic<itype>::value>> struct

Completed in 13 milliseconds