![]() |
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 | |
class | NonReferenceMember< Type > |
class | NonReferenceMemberWithForwardConstructor< Type > |
class | LValueReferenceMember< Type > |
class | RValueReferenceMember< Type > |
Functions | |
template<typename Type > | |
void | function (Type arg) |
void | test_function_call () |
void | test_non_reference_member_classes () |
void | comparison_of_two_classes () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | endl = tpf::endl |
void comparison_of_two_classes | ( | ) |
Definition at line 125 of file 041-tight_control.cpp.
void function | ( | Type | arg | ) |
int main | ( | ) |
void test_function_call | ( | ) |
Definition at line 13 of file 041-tight_control.cpp.
void test_non_reference_member_classes | ( | ) |
auto endl = tpf::endl |
Definition at line 4 of file 041-tight_control.cpp.
tpf::sstream stream |
Definition at line 3 of file 041-tight_control.cpp.