std::uses_allocator<std::function> – cppreference.com
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>
| definiert in Header <functional> |
||
|
|
(seit C++11) | |
Diese Spezialisierung std::uses_allocator informiert andere Bibliothek-Komponenten, dass alle Objekte des Typs std::function support uses-Allocator Bau, obwohl sie nicht über eine verschachtelte allocator_type .
Original:
This specialization of std::uses_allocator informs other library components that all objects of type std::function support uses-allocator construction, even though they do not have a nested allocator_type.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Inherited from std::integral_constant
Member constants
true (public static Mitglied konstanten) | |
Member functions
wandelt das Objekt Original: converts the object to The text has been machine-translated via Google Translate. (öffentliche Elementfunktion) | |
Member types
Type Original: Type The text has been machine-translated via Google Translate. |
Definition |
value_type
|
bool
|
type
|
std::integral_constant<bool, value>
|
Siehe auch
| prüft, ob der angegebene Typ allokatorgestützte Erzeugung unterstützt. (Klassen-Template) [edit] | |