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
         (public static member constant)
[static]

Member functions


              converts the object to bool, returns value
operator bool (public member function)


operator() returns value
              (public member function)
(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
               (class template)
(C++11)