Searched defs:decltype (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Ddescr.h77 template <size_t Size> auto constexpr _() -> decltype(int_to_str<Size / 10, Size % 10>::digits) { function
H A Dcommon.h730 -> decltype(pf) { return pf; } function in struct:overload_cast_impl
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h894 static auto make_copy_constructor(const T *x) -> decltype(new T(*x), Constructor{}) { function in class:type_caster_base
901 static auto make_move_constructor(const T *x) -> decltype(new T(std::move(*const_cast<T *>(x))), Constructor{}) { function

Completed in 17 milliseconds