dune-common 2.9.0
|
#include <dune/common/parallel/mpifuture.hh>
Public Member Functions | |
Buffer (bool valid) | |
template<class V > | |
Buffer (V &&t) | |
T | get () |
operator bool () const | |
T & | operator* () const |
Public Attributes | |
std::unique_ptr< T > | value |
|
inline |
|
inline |
|
inline |
|
inline |
std::unique_ptr<T> Dune::impl::Buffer< T >::value |