The class any is a type-safe container for single values of any type.
Class any
is included into C++ 17 standard, see here. It is a container for single values of any type.
Functions any_cast
provides access to contained object.
The class any is a type-safe container for single values of any type.
Class any
is included into C++ 17 standard, see here. It is a container for single values of any type.
Functions any_cast
provides access to contained object.