debian man page for std::promise

Query: std::promise

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

std::promise< _Res >(3cxx)												std::promise< _Res >(3cxx)

NAME
std::promise< _Res > -
SYNOPSIS
Public Member Functions promise (promise &&__rhs) template<typename _Allocator > promise (allocator_arg_t, const _Allocator &__a) promise (const promise &) future< _Res > get_future () promise & operator= (promise &&__rhs) promise & operator= (const promise &) void set_exception (exception_ptr __p) void set_value (const _Res &__r) void set_value (_Res &&__r) void swap (promise &__rhs) Friends class _State::_Setter Detailed Description template<typename _Res>class std::promise< _Res > Primary template for promise. Definition at line 858 of file future. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::promise< _Res >(3cxx)
Related Man Pages
std::__debug(3) - centos
std::decimal::decimal32(3) - centos
std::decimal::decimal64(3cxx) - debian
std::__debug(3cxx) - debian
std::__profile(3cxx) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?