There are two form of the c++ function std::make_any, ,,, template< class T, class... Args > std::any make_any( Args&&... args ); (1