Function fopen_path¶
function fopen_path(const file_path &, open_file_mode) io¶
expected<FILE*, std::error_code> fopen_path(const file_path& path,
open_file_mode mode) noexcept Fully qualified name: kfr::fopen_path(const file_path &, open_file_mode)
Declared at io/file.hpp:93
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.