libzed 1.9.9
A general-purpose library for quick and simple data manipulation.
 
Loading...
Searching...
No Matches
read.hpp
1#pragma once
2
3#include "../core/string.hpp"
4#include <fstream>
5
6namespace z {
7namespace file {
15zstring read(const zpath &filename);
16
17} // namespace file
18} // namespace z
A template class for character strings.
Definition string.hpp:62
zstring read(const zpath &filename)
Reads the entire contents of a specified file.