CPPConsole
Loading...
Searching...
No Matches
template.hpp File Reference
#include <string>
#include <utility>
Include dependency graph for template.hpp:
This graph shows which files directly or indirectly include this file:

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.