Polyfill of std::any for C++11. More...
Polyfill of std::any for C++11.
Diverges from std::any w.r.t. the std::any_cast<TargetType>(any) API, which has been replaced by a any.as<TargetType>() method API for convenience.