Function open_file_for_appending¶
function open_file_for_appending(const filepath &) io¶
template <typename T = void>
inline std::shared_ptr<file_writer<T>> open_file_for_appending(const filepath& path) Opens typed file for appending
Fully qualified name: kfr::open_file_for_appending(const filepath &)
Declared at io/file.hpp:454
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.