![]() |
cppassist
1.0.0.f4fab4f962ff
C++ sanctuary for small but powerful and frequently required, stand alone features.
|
#include <string>
#include <cppassist/cppassist_api.h>
Go to the source code of this file.
Namespaces | |
cppassist | |
cppassist::fs | |
Functions | |
CPPASSIST_API bool | cppassist::fs::readFile (const std::string &filePath, std::string &content) |
Read entire file into a string. More... | |
CPPASSIST_API std::string | cppassist::fs::readFile (const std::string &filePath) |
Read entire file into a string. More... | |