| 3937 | General traits that provides type_name and type_info |
| 3938 | */ |
| 3939 | template <class Type> struct traits { }; |
| 3940 | |
| 3941 | template <class Type> |
| 3942 | inline const char* type_name() { |
nothing calls this directly
no outgoing calls
no test coverage detected