mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 08:46:42 +08:00
- _to_index which return value 0... size-1
(even if enums are note sequential)
- _from_index used for other way around
- _from_index_nothrow no throw version
- _from_index_unchecked returns invalid enum
in case arg>=size
Code and test cases added.
No documentation updates (my English is too poor for that)
|
||
|---|---|---|
| .. | ||
| cxxtest | ||
| expect | ||
| linking | ||
| performance | ||
| CMakeLists.txt | ||
| Makefile | ||