Skip to content

Brand new AsEnum

Latest
Compare
Choose a tag to compare
@Alkenso Alkenso released this 02 Oct 12:00
da88ca0

Fully refactored AsEnum, implemented it with C++11 templates only (no macro!)

Added bunch of useful features like

  • switch between cases
  • mapping enum value to another type
  • support of equality and comparison operators