|
rapidyaml 0.14.0
parse and emit YAML, and do it fast
|
Save a buffer to disk. More...
Functions | |
| void | c4::yml::file_put_contents (void const *buf, size_t sz, const char *filename, const char *access="wb") |
| save a contiguous buffer into a file | |
| template<class ContiguousContainer> | |
| void | c4::yml::file_put_contents (ContiguousContainer const &v, const char *filename, const char *access="wb") |
| save a contiguous buffer into a file | |
Save a buffer to disk.
|
inline |
save a contiguous buffer into a file
Definition at line 57 of file file.hpp.
| void c4::yml::file_put_contents | ( | ContiguousContainer const & | v, |
| const char * | filename, | ||
| const char * | access = "wb" ) |
save a contiguous buffer into a file
Definition at line 67 of file file.hpp.