mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Update README.md
This commit is contained in:
parent
70fc772399
commit
afe31afb65
@ -10,13 +10,12 @@ The library is intended for any compiler that supports C++ 03.
|
||||
**Main features:**
|
||||
|
||||
- A set of fixed capacity containers. (stack, queue, list, forward_list, vector, deque)
|
||||
- Compile time template constants.
|
||||
- Templated compile time constants.
|
||||
- Templated design pattern base classes (Visitor, Observer)
|
||||
- Reverse engineered C++ 0x11 features (type traits, algorithms, containers etc.)
|
||||
- Smart enumerations
|
||||
- 8, 16, 32 & 64 bit CRC calculations
|
||||
- Many utilities for template support.
|
||||
- Compile time constants.
|
||||
- Variants (a type that can store many types in a type-safe interface.
|
||||
- Optional exceptions on errors.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user