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

/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h605 struct is_instantiation : std::false_type { }; struct in inherits:std::false_type
607 struct is_instantiation<Class, Class<Us...>> : std::true_type { }; struct in inherits:std::true_type

Completed in 10 milliseconds