Skip to content

An easy and convenient way how to stringify type name.

License

Notifications You must be signed in to change notification settings

Rechip/pretty-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pretty-name

Simple and consistent way how to get a type name in compile-time.

struct Test {
	int a;
	int b;
};

std::cout << pretty_name::pretty_name<Test>() << std::endl;

About

An easy and convenient way how to stringify type name.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages