Skip to content

Random collection of C++ code to be included in projects.

License

Notifications You must be signed in to change notification settings

Warpten/snippetspp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory listing

  • Brigadier: A C++17 command parser.

  • Choice: A custom sum type (akin to std::variant) allowing users to define the tag for each value themselves.

    • Supports uninitialized state (std::monostate lookalike).
    • Does not provide copy or move constructors.

About

Random collection of C++ code to be included in projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages