![]() |
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 | callbacks< CallbackTypes > |
Functions | |
template<typename... CallbackTypes> | |
callbacks (CallbackTypes...) -> callbacks< CallbackTypes... > | |
void | test_callbacks () |
void | test_variant () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | endl = tpf::endl |
int main | ( | ) |
void test_callbacks | ( | ) |
Definition at line 17 of file 18-static_polymorphism.cpp.
void test_variant | ( | ) |
Definition at line 52 of file 18-static_polymorphism.cpp.
auto endl = tpf::endl |
Definition at line 4 of file 18-static_polymorphism.cpp.
tpf::sstream stream |
Definition at line 3 of file 18-static_polymorphism.cpp.