std::type_index::name
From cppreference.com
                    
                                        
                    < cpp | types | type index
                    
                                                            
                    |   const char *name() const;  | 
(since C++11) | |
Returns the name of the associated std::type_info object. Equivalent to calling type_info::name directly.
[edit] Parameters
(none)
[edit] Return value
the name of the associated type_info object.
[edit] Example
| This section is incomplete Reason: no example  |