focal (3) std::future.3cxx.gz

Provided by: libstdc++-8-doc_8.4.0-3ubuntu2_all bug

NAME

       std::future< _Res > - Primary template for future.

SYNOPSIS

   Public Member Functions
       future (const future &)=delete
       future (future &&__uf) noexcept
           Move constructor.
       _Res get ()
           Retrieving the value.
       future & operator= (const future &)=delete
       future & operator= (future &&__fut) noexcept
       shared_future< _Res > share () noexcept

   Friends
       template<typename _Fn , typename... _Args> future< __async_result_of< _Fn, _Args... > > async (launch,
           _Fn &&, _Args &&...)
       template<typename > class packaged_task
       class promise< _Res >

Detailed Description

   template<typename _Res>
       class std::future< _Res >" Primary template for future.

       Definition at line 125 of file future.

Author

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