Searched refs:is_std_array (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h273 template <typename T> struct is_std_array : std::false_type { }; struct in inherits:std::false_type
274 template <typename T, size_t N> struct is_std_array<std::array<T, N>> : std::true_type { }; struct in inherits:std::true_type
323 satisfies_none_of<T, std::is_reference, std::is_array, is_std_array, std::is_arithmetic, is_complex, std::is_enum>
1472 satisfies_none_of<call_type, std::is_pointer, std::is_array, is_std_array, std::is_enum>::value &&

Completed in 9 milliseconds