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

/gem5/ext/pybind11/include/pybind11/
H A Dcomplex.h37 template <typename T> struct is_fmt_numeric<std::complex<T>, detail::enable_if_t<std::is_floating_point<T>::value>> { struct
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h691 template <typename T, typename SFINAE = void> struct is_fmt_numeric { static constexpr bool value = false; }; struct
692 template <typename T> struct is_fmt_numeric<T, enable_if_t<std::is_arithmetic<T>::value>> { struct

Completed in 8 milliseconds