Home
last modified time | relevance | path

Searched defs:__begin_t (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__ranges.hpp59 struct __begin_t { struct
63 operator()(_Range&& __rng) const noexcept(noexcept((static_cast<_Range&&>(__rng)).begin())) in operator ()()
71 operator()(_Range&& __rng) const noexcept(noexcept(begin((static_cast<_Range&&>(__rng))))) in operator ()()