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

/gem5/ext/pybind11/include/pybind11/
H A Dcomplex.h22 template <typename T> struct format_descriptor<std::complex<T>, detail::enable_if_t<std::is_floating_point<T>::value>> { struct
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h683 template <typename T, typename SFINAE = void> struct format_descriptor { }; struct
700 template <typename T> struct format_descriptor<T, detail::enable_if_t<std::is_arithmetic<T>::value>> { struct

Completed in 5 milliseconds