Lolly 1.4.27
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
promise< T > Class Template Reference

#include <promise.hpp>

Public Member Functions

 ABSTRACT_NULL_TEMPLATE (promise, T)
 
operator() ()
 

Friends

tm_ostreamoperator<<LESSGTR (tm_ostream &out, promise< T > cmd)
 

Detailed Description

template<class T>
class promise< T >

Definition at line 31 of file promise.hpp.

Member Function Documentation

◆ ABSTRACT_NULL_TEMPLATE()

template<class T >
promise< T >::ABSTRACT_NULL_TEMPLATE ( promise< T > ,
T  )

◆ operator()()

template<class T >
T promise< T >::operator() ( )
inline

Definition at line 45 of file promise.hpp.

45 {
46 return rep->eval ();
47}
base class of resources
Definition resource.hpp:23

Friends And Related Symbol Documentation

◆ operator<<LESSGTR

template<class T >
tm_ostream & operator<<LESSGTR ( tm_ostream & out,
promise< T > cmd )
friend

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