![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>Go to the source code of this file.
Functions | |
| template<typename Type > | |
| auto | to_ref (const Type &value) |
| void | how_to_filter_containers_for_variants () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| void how_to_filter_containers_for_variants | ( | ) |
Definition at line 16 of file 20-container_for_variants.cpp.
| int main | ( | ) |
Definition at line 77 of file 20-container_for_variants.cpp.
| auto to_ref | ( | const Type & | value | ) |
Definition at line 11 of file 20-container_for_variants.cpp.
| auto endl = tpf::endl |
Definition at line 6 of file 20-container_for_variants.cpp.
| tpf::sstream stream |
Definition at line 5 of file 20-container_for_variants.cpp.