Searched defs:forward (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/ext/core/
H A Dsc_spawn.hh201 decltype(std::bind(std::forward<F>(f), std::forward<Args>(args)...)) function in class:sc_core::std
/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h235 auto format_ptrs(T &&x) -> decltype(std::forward<T>(x)) { return std::forward<T>(x); } function
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1021 auto method_adaptor(F &&f) -> decltype(std::forward<F>(f)) { return std::forward<F>(f); } function
[all...]
H A Dpytypes.h467 auto object_or_cast(T &&o) -> decltype(std::forward<T>(o)) { return std::forward<T>(o); } function
[all...]

Completed in 21 milliseconds