|
| | array3d.hpp |
| | Defines a 3d array class with a linear storage.
|
| | color.hpp |
| | Provides functions for color conversion and manipulation.
|
| | data.hpp |
| | Provides functions and classes for handling binary data.
|
| | filesys.hpp |
| | Provides utility functions for filesystem operations.
|
| | math.hpp |
| | Provides various math utility functions.
|
| | static_set.hpp |
| | Defines a set that is sorted and has a fixed capacity.
|
| | static_vector.hpp |
| | Defines the static_vector class that functions like std::vector but stores its elements within the object and has a fixed capacity.
|
| | string.hpp |
| | Contains various utility functions for working with strings.
|
| | trait.hpp |
| | Provides additional type trait utilities.
|
| | utf8.hpp |
| | Provides utilities for working with the UTF-8 encoding.
|