cpp/thread/promise/uses allocator: Unterschied zwischen den Versionen
Aus cppreference.com
P12 (Diskussion | Beiträge) K (1 Version: Translate from the English version) |
P12bot (Diskussion | Beiträge) K (r2.7.3) (Bot: Ergänze: en, es, fr, it, ja, pt, ru, zh) |
||
Zeile 13: | Zeile 13: | ||
{{dcl list template | cpp/memory/dcl list uses allocator}} | {{dcl list template | cpp/memory/dcl list uses allocator}} | ||
{{dcl list end}} | {{dcl list end}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
Version vom 2. November 2012, 20:07 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.