C++ standard libraries extensions
From cppreference.com
< cpp | experimental
Version 1 of the C++ Extensions for Library Fundamentals, ISO/IEC TS 19568:2015 defines the following new components for the C++ standard library:
Contents |
[edit] Not selected for inclusion in C++17
The following components of ISO/IEC TS 19568:2015 were not selected for inclusion in C++17.
[edit] Modified versions of existing classes to support type-erased allocators
Defined in header
<experimental/functional> | |
a modified version of std::function with support for type-erased allocators (class template) | |
Defined in header
<experimental/future> | |
|