std::uses_allocator<std::promise> (3) - Linux Manuals
std::uses_allocator<std::promise>: std::uses_allocator<std::promise>
NAME
std::uses_allocator<std::promise> - std::uses_allocator<std::promise>
Synopsis
template< class R, class Alloc > (since C++11)
struct uses_allocator<std::promise<R>, Alloc> : std::true_type { };
Provides a specialization of the std::uses_allocator type trait for std::promise.
Inherited from std::integral_constant
Member constants
value true
[static]
Member functions
operator bool (public member function)
operator() returns value
(C++14)
Member types
Type Definition
value_type bool
type std::integral_constant<bool, value>
See also
uses_allocator checks if the specified type supports uses-allocator construction
(C++11)