cppx-core
cppx-core
stdlib-includes
basic-io.hpp
Go to the documentation of this file.
1
#pragma once // Source encoding: UTF-8 with BOM (π is a lowercase Greek "pi").
2
3
# include <filesystem>
// std::filesystem::(path, ...)
4
# include <fstream>
// std::(ifstream, ofstream)
5
# include <iomanip>
// std::(setprecision, setw)
6
# include <iostream>
// std::(cin, cout, cerr, clog, endl)
7
# include <sstream>
// std::(istringstream, ostringstream)
Generated by
1.8.15