|
CPPConsole
|
#include <string>#include <utility>Go to the source code of this file.
Data Structures | |
| struct | iterable< T > |
| Template for a iterable data type. Matches things like vector, deque, map, etc. More... | |
| struct | is_map< T > |
| Template for a map-like data type. Matches things like map and unordered_map. More... | |
| struct | is_not_string< T > |
Namespaces | |
| namespace | console |
| Namespace Containing all console commands. | |