| description | Learn more about: <any> | |
|---|---|---|
| title | <any> | |
| ms.date | 04/04/2019 | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
Defines the class any and several supporting functions and classes.
Header: <any>
Namespace: std
| Name | Description |
|---|---|
| any_cast | Makes an object into an any. |
| make_any | Takes values and creates an any object. |
| swap | Exchanges the elements of two objects any. |
| Name | Description |
|---|---|
| any | Stores any type that satisfies the constructor requirements or has no value. |
| bad_any_cast | Objects thrown by a failed any_cast. |