Searched defs:__emplace_from (Results 1 – 2 of 2) sorted by relevance
110 auto __emplace_from(_Fn&& __f, _Args&&... __args) noexcept(__nothrow_callable<_Fn, _Args...>) in __emplace_from() function
905 struct __emplace_from { struct906 _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 ()()