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