https://github.com/eigenbom/utils
A collection of data structures and utilities (C++11)
https://github.com/eigenbom/utils
cpp cpp11
Last synced: 17 days ago
JSON representation
A collection of data structures and utilities (C++11)
- Host: GitHub
- URL: https://github.com/eigenbom/utils
- Owner: eigenbom
- License: mit
- Created: 2018-02-18T08:04:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T05:25:59.000Z (over 5 years ago)
- Last Synced: 2025-05-02T06:53:47.854Z (23 days ago)
- Topics: cpp, cpp11
- Language: C++
- Size: 193 KB
- Stars: 22
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- AwesomeCppGameDev - utils
README
# C++11 Data Structures [](https://travis-ci.org/eigenbom/utils)
A collection of data structures for c++11. Each header is standalone and can be configured with `#define`. Tests are provided in `tests/`.
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details