![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>
#include <iostream>
#include <iterator>
#include <variant>
#include <vector>
#include <initializer_list>
#include <type_traits>
Go to the source code of this file.
Functions | |
void | test_make_vector () |
void | test_make_container () |
void | test_make_variants () |
void | test_reverse () |
void | test_make_tuple () |
void | test_make_smart_container () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | endl = tpf::endl |
int main | ( | ) |
void test_make_container | ( | ) |
void test_make_smart_container | ( | ) |
Definition at line 66 of file 050-reverse.cpp.
void test_make_tuple | ( | ) |
Definition at line 57 of file 050-reverse.cpp.
void test_make_variants | ( | ) |
void test_make_vector | ( | ) |
void test_reverse | ( | ) |
auto endl = tpf::endl |
Definition at line 10 of file 050-reverse.cpp.
tpf::sstream stream |
Definition at line 9 of file 050-reverse.cpp.