Skip to content

KillzoneKid/sfinae-macros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SFINAE Macros

Substitution Failure Is Not An Error

An example of using SFINAE macros I made, which makes enabling and disabling templates based on provided type a bit more humane ;)

More or different IS_XXXXXX macros could be made easily by wrapping type_traits methods similar those provided in the code example.

About

SFINAE macros

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages