cpp/thread/promise/uses allocator: Unterschied zwischen den Versionen
Aus cppreference.com
P12 (Diskussion | Beiträge) K (1 Version: Translate from the English version) |
(Translated from the English version using Google Translate) |
||
Zeile 1: | Zeile 1: | ||
+ | |||
{{cpp/title|std::uses_allocator{{small|{{tr|<std::promise>|<std::promise>}}}}}} | {{cpp/title|std::uses_allocator{{small|{{tr|<std::promise>|<std::promise>}}}}}} | ||
{{cpp/thread/promise/navbar}} | {{cpp/thread/promise/navbar}} |
Version vom 25. Oktober 2012, 13:00 Uhr
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
template< class R, class Alloc > struct uses_allocator<std::promise<R>, Alloc> : true_type { }; |
(seit C++11) | |
Bietet eine Spezialisierung der std::uses_allocator Typ Merkmal für std::promise .
Original:
Provides a specialization of the std::uses_allocator type trait for std::promise.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.