Skip to content

toughengineer/call_traits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

call_traits

C++11 call traits

This is a toy implementation of call traits which allow to figure out the return value type of a call, number of arguments, and types of arguments, all at compile time.

It is not currently actively developed.

Feel free to use this implementation or build your own upon it.

About

C++11 call traits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages