Callable type matching fopen, so a custom file opener can be injected.
Declared in <util/fs.h>
<util/fs.h>
using FopenFn = std::function<FILE*(fs::path const&, char const*)>;
Created with MrDocs