Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 981 Bytes

File metadata and controls

37 lines (26 loc) · 981 Bytes
description Learn more about: <any>
title <any>
ms.date 04/04/2019
f1_keywords
<any>
helpviewer_keywords
<any>

<any>

Defines the class any and several supporting functions and classes.

Requirements

Header: <any>

Namespace: std

Members

Functions

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.

Classes

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.

See also

Header Files Reference