What is any in C++?
(a) STL container used to store a single value of any type
(b) Exception class in C++
(c) Fundamental type provided by C++
(d) Template data type
This question was posed to me in my homework.
I want to ask this question from STL Container Any in section Class Hierarchies, Library & Containers of C++