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 に定義があります。
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.
main.cpp の 29 行目に定義があります。