Vivid
Loading...
Searching...
No Matches
Types.h
1
#pragma once
2
3
#include <vector>
4
#include <string>
5
#include <algorithm>
6
#include <any>
7
#include <map>
8
9
template
<
class
T>
10
using
Vector = std::vector<T>;
11
12
using
String = std::string;
13
template
<
class
T,
class
U>
14
using
Map = std::map<T, U>;
src
common
types
Types.h
Generated by
1.9.6