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

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

#include <svnxx/detail/future.hpp>

Public Member Functions

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

Protected Types

using inherited = std::future< T >
 

Protected Member Functions

 future (inherited &&that, unique_ptr &&unique_result_) noexcept
 

Friends

class shared_future< T >
 

Detailed Description

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

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

Definition at line 66 of file future.hpp.


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