std___future_base.3cxx

Langue: en

Version: 346152 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

std::__future_base -

Base class and enclosing scope.

SYNOPSIS


Inherited by std::__basic_future< _Res & >, std::__basic_future< void >, and std::__basic_future< _Res >.

Classes


struct _Ptr
A unique_ptr based on the instantiating type.
struct _Result
Result.
struct _Result< _Res & >
Partial specialization for reference types.
struct _Result< void >
Explicit specialization for void.
struct _Result_base
Base class for results.
class _State
Shared state between a promise and one or more associated futures.

Detailed Description

Base class and enclosing scope.

Definition at line 136 of file future.

Author

Generated automatically by Doxygen for libstdc++ from the source code.