Home
last modified time | relevance | path

Searched refs:is_eigen_other (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/include/pybind11/
Deigen.h68 template <typename T> using is_eigen_other = all_of< variable
519 struct type_caster<Type, enable_if_t<is_eigen_other<Type>::value>> {