logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::__future_base::_Result< _Res > - A result object that has storage for an object of type _Res.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++          std::__future_base::_Result<_Res>(3cxx)

Detailed Description

template<typename_Res>
       struct std::__future_base::_Result< _Res >"A result object that has storage for an object of type _Res.

Name

       std::__future_base::_Result< _Res > - A result object that has storage for an object of type _Res.

Synopsis

       #include <future>

       Inherits std::__future_base::_Result_base.

       Inherited by std::__future_base::_Result_alloc<_Res,_Alloc>.

   PublicTypestypedef_Resresult_typePublicMemberFunctionsvoid_M_set (_Res &&__res)
       void_M_set (const_Res &__res)
       _Res & _M_value () noexceptPublicAttributesexception_ptr_M_error

See Also