![]() |
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 , typename... Types> | |
auto | divide_sequence (Type &&first, Types &&... args) |
int | main () |
auto divide_sequence | ( | Type && | first, |
Types &&... | args | ||
) |
Definition at line 4 of file 005-throw_debug_exception.cpp.
int main | ( | ) |
Definition at line 27 of file 005-throw_debug_exception.cpp.