dune-common 2.9.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Dune::impl::Buffer< T > Struct Template Reference

#include <dune/common/parallel/mpifuture.hh>

Inheritance diagram for Dune::impl::Buffer< T >:
Inheritance graph

Public Member Functions

 Buffer (bool valid)
 
template<class V >
 Buffer (V &&t)
 
get ()
 
 operator bool () const
 
T & operator* () const
 

Public Attributes

std::unique_ptr< T > value
 

Constructor & Destructor Documentation

◆ Buffer() [1/2]

template<class T >
Dune::impl::Buffer< T >::Buffer ( bool  valid)
inline

◆ Buffer() [2/2]

template<class T >
template<class V >
Dune::impl::Buffer< T >::Buffer ( V &&  t)
inline

Member Function Documentation

◆ get()

template<class T >
T Dune::impl::Buffer< T >::get ( )
inline

◆ operator bool()

template<class T >
Dune::impl::Buffer< T >::operator bool ( ) const
inline

◆ operator*()

template<class T >
T & Dune::impl::Buffer< T >::operator* ( ) const
inline

Member Data Documentation

◆ value

template<class T >
std::unique_ptr<T> Dune::impl::Buffer< T >::value

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