C++ Library Extensions 2022.12.09
To help learn modern C++ programming
060-is_available.cpp File Reference
#include <tpf_output.hpp>
#include <functional>
Include dependency graph for 060-is_available.cpp:

Go to the source code of this file.

Functions

void test_is_available_fn ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto endl = tpf::endl
 

Function Documentation

◆ main()

int main ( )

Definition at line 37 of file 060-is_available.cpp.

◆ test_is_available_fn()

void test_is_available_fn ( )

Definition at line 7 of file 060-is_available.cpp.

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 5 of file 060-is_available.cpp.

◆ stream

tpf::sstream stream

Definition at line 4 of file 060-is_available.cpp.