Searched refs:is_std_array (Results 1 – 1 of 1) sorted by relevance
/external/python/pybind11/include/pybind11/ |
D | numpy.h | 281 template <typename T> struct is_std_array : std::false_type { }; struct 282 template <typename T, size_t N> struct is_std_array<std::array<T, N>> : std::true_type { }; 331 …satisfies_none_of<T, std::is_reference, std::is_array, is_std_array, std::is_arithmetic, is_comple… 1466 … satisfies_none_of<call_type, std::is_pointer, std::is_array, is_std_array, std::is_enum>::value &&
|