Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dexecution.hpp2621 __compose<__decay_t<_T0>, __decay_t<_T1>> operator|(_T0&& __t0, _T1&& __t1) in operator |() argument
2623 return {{}, static_cast<_T0&&>(__t0), static_cast<_T1&&>(__t1)}; in operator |()