Main file to test the functions in whatever.hpp.
[詳解]
#include "whatever.hpp"
#include <string>
[ソースコード]
Main file to test the functions in whatever.hpp.
main.cpp に定義があります。
◆ main()
The main entry point of the program.
This function demonstrates the usage of the swap, min, and max template functions with both integers and strings.
- 戻り値
- int Returns 0 upon successful execution.
main.cpp の 29 行目に定義があります。