![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>
Go to the source code of this file.
Classes | |
struct | tpf::types::compile_time_loop< StartIndex, EndIndex > |
struct | tpf::types::overloaded< VisitorTypes > |
Namespaces | |
namespace | tpf |
Includes subnamespace conversion. | |
namespace | tpf::types |
Type to string name conversions are defined. | |
Functions | |
template<typename VisitorType , typename VariantType > | |
void | tpf::types::visit (VisitorType &&visitor, VariantType &&vt) |
template<typename... VisitorTypes> | |
tpf::types::overloaded (VisitorTypes...) -> overloaded< VisitorTypes... > | |
void | test_visit_basic () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | endl = tpf::endl |
int main | ( | ) |
void test_visit_basic | ( | ) |
Definition at line 62 of file 28-visit.cpp.
auto endl = tpf::endl |
Definition at line 4 of file 28-visit.cpp.
tpf::sstream stream |
Definition at line 3 of file 28-visit.cpp.