Skip to content

alashkin/experimental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

experimental


static_set: compile-time set

Example: typedef static_containers::static_set<int, 2, 5, 7> ss; bool bRes; bRes = static_containers::lookup<int, ss>(3); // res = false bRes = static_containers::lookup<int, ss>(5); // res = true

In release version (MSVC), static_containers::lookup compiles just to "0" or "1".

About

C++ experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published