/Util

Various basic C++ data structures

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Util

Various basic C++ data structures.

Library usage

Add the following to your CMakeLists.txt.

add_subdirectory(path/to/Util)
target_link_libraries(YourTarget PRIVATE ByteHamsterUtil)

License

This code is licensed under the GPLv3.