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

Go to the source code of this file.

Functions

template<typename Type , typename... Types>
auto divide_sequence (Type &&first, Types &&... args)
 
int main ()
 

Function Documentation

◆ divide_sequence()

template<typename Type , typename... Types>
auto divide_sequence ( Type &&  first,
Types &&...  args 
)

Definition at line 4 of file 005-throw_debug_exception.cpp.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 27 of file 005-throw_debug_exception.cpp.

Here is the call graph for this function: