uses_allocator Structure
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at uses_allocator Structure.
Specializations that always hold true.
template <class Ty, class Alloc> struct uses_allocator<promise<Ty>, Alloc> : true_type; template <class Ty, class Alloc> struct uses_allocator<packaged_task<Ty>, Alloc> : true_type;
Header: future
Namespace: std
Show: