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

/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h275 template <typename T> struct is_complex : std::false_type { }; struct in inherits:std::false_type
276 template <typename T> struct is_complex<std::complex<T>> : std::true_type { }; struct in inherits:std::true_type

Completed in 11 milliseconds