conjure_enum icon indicating copy to clipboard operation
conjure_enum copied to clipboard

Lightweight header-only C++20 enum and typename reflection

Results 1 conjure_enum issues
Sort by recently updated
recently updated
newest added

> You can use the underlying type as well: > >enum_bitset b(0,1,2,3); >std::cout You can use an int initialiser too: > >enum_bitset b(15); >std::cout