#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <cmath>
#include <cstdlib>
#include <string>
#include <list>
#include <forward_list>
#include <vector>
#include <unordered_map>
#include <algorithm>
#include <array>
#include <regex>
#include <random>
#include <stdexcept>
Go to the source code of this file.
|
template<class T > |
string | to_string (const T &t) |
|
void | error (const string &s) |
|
void | error (const string &s, const string &s2) |
|
void | error (const string &s, int i) |
|
template<class T > |
char * | as_bytes (T &i) |
|
void | keep_window_open () |
|
void | keep_window_open (string s) |
|
void | simple_error (string s) |
|
template<class R , class A > |
R | narrow_cast (const A &a) |
|
default_random_engine & | get_rand () |
|
void | seed_randint (int s) |
|
int | randint (int min, int max) |
|
int | randint (int max) |
|
template<typename C > |
void | sort (C &c) |
|
template<typename C , typename Pred > |
void | sort (C &c, Pred p) |
|
template<typename C , typename Val > |
Iterator< C > | find (C &c, Val v) |
|
template<typename C , typename Pred > |
Iterator< C > | find_if (C &c, Pred p) |
|
◆ H112
◆ vector
◆ Iterator
◆ Unicode
◆ Value_type
◆ as_bytes()
◆ error() [1/3]
◆ error() [2/3]
◆ error() [3/3]
◆ find()
◆ find_if()
◆ get_rand()
◆ keep_window_open() [1/2]
void keep_window_open |
( |
| ) |
|
|
inline |
◆ keep_window_open() [2/2]
void keep_window_open |
( |
string |
s | ) |
|
|
inline |
◆ narrow_cast()
◆ randint() [1/2]
◆ randint() [2/2]
◆ seed_randint()
◆ simple_error()
void simple_error |
( |
string |
s | ) |
|
|
inline |
◆ sort() [1/2]
◆ sort() [2/2]
◆ to_string()
string to_string |
( |
const T & |
t | ) |
|