![]() |
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 | reference_wrapper< Type > |
Functions | |
template<typename Type > | |
void | increment (Type n) |
template<typename Type > | |
void | decrement (Type &&n) |
void | examples_for_std_ref () |
template<typename Type > | |
reference_wrapper< Type > | ref (Type &val) noexcept |
void | examples_for_custom_ref () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | endl = tpf::endl |
void decrement | ( | Type && | n | ) |
void examples_for_custom_ref | ( | ) |
Definition at line 123 of file 018-std_ref.cpp.
void examples_for_std_ref | ( | ) |
void increment | ( | Type | n | ) |
int main | ( | ) |
|
noexcept |
auto endl = tpf::endl |
Definition at line 8 of file 018-std_ref.cpp.
tpf::sstream stream |
Definition at line 7 of file 018-std_ref.cpp.