fpromise::bridge

Summary

Constructors and Destructors

bridge()
bridge(bridge && other)
bridge(const bridge & other)
~bridge()

Public types

completer_typeusing
consumer_typeusing
error_typeusing
E
result_typeusing
::fpromise::result< value_type, error_type >
value_typeusing
V

Public attributes

completer
consumer

Public functions

operator=(bridge && other)=default
operator=(const bridge & other)=delete

Public types

completer_type

::fpromise::completer< V, E > completer_type