fpromise::scope

Summary

Constructors and Destructors

scope()
scope(const scope &)
scope(scope &&)
~scope()

Public functions

exit()
void
exited() const
bool
operator=(const scope &)=delete
scope &
operator=(scope &&)=delete
scope &
wrap(Promise promise)
decltype(auto)

Public functions

exit

void exit()

exited

bool exited() const 

operator=

scope & operator=(
  const scope &
)=delete

operator=

scope & operator=(
  scope &&
)=delete

scope

 scope()

scope

 scope(
  const scope &
)=delete

scope

 scope(
  scope &&
)=delete

wrap

decltype(auto) wrap(
  Promise promise
)

~scope

 ~scope()