roo_collections
API Documentation for roo_collections
Loading...
Searching...
No Matches
roo_collections.h
Go to the documentation of this file.
1#pragma once
2
3/// @file
4/// @brief Umbrella header for the roo_collections module.
5///
6/// @defgroup roo_collections Roo Collections
7/// @brief Small, flat, memory-conscious hash collections and string utilities.
8/// @{
9
10namespace roo_collections {}
11
12/// @}