C++ Utilities
4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
Go to the source code of this file.
Namespaces | |
IoUtilities | |
Contains utility classes helping to read and write streams. | |
Functions | |
CPP_UTILITIES_EXPORT std::string | IoUtilities::readFile (const string &path, std::string::size_type maxSize) |
Reads all contents of the specified file in a single call. More... | |