Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__optional.hpp110 auto __emplace_from(_Fn&& __f, _Args&&... __args) noexcept(__nothrow_callable<_Fn, _Args...>) in __emplace_from() function
H A D__meta.hpp905 struct __emplace_from { struct
906 _Fn __fn_;
907 using __t = __call_result_t<_Fn>;
909 operator __t() && noexcept(__nothrow_callable<_Fn>) { in operator __t()
913 auto operator()() && noexcept(__nothrow_callable<_Fn>) -> __t { in operator ()()