Subversion
Public Member Functions | Protected Types | Protected Member Functions
apache::subversion::svnxx::detail::future_::shared_future< T > Class Template Reference

like std::shared_future, but also maintains internal state relevant to the asynchronous SVN++ operation. More...

#include <svnxx/detail/future.hpp>

Inheritance diagram for apache::subversion::svnxx::detail::future_::shared_future< T >:
apache::subversion::svnxx::detail::future_::shared_future_base

Public Member Functions

 shared_future (const shared_future &that) noexcept
 
 shared_future (shared_future &&that) noexcept
 
 shared_future (future< T > &&that) noexcept
 

Protected Types

using inherited = std::shared_future< T >
 

Protected Member Functions

 shared_future (inherited &&that, shared_ptr shared_result_) noexcept
 

Detailed Description

template<typename T>
class apache::subversion::svnxx::detail::future_::shared_future< T >

like std::shared_future, but also maintains internal state relevant to the asynchronous SVN++ operation.

Definition at line 74 of file future.hpp.


The documentation for this class was generated from the following file: