cppx-core
Classes | Functions
cppx::fs_util Namespace Reference

Classes

class  C_file
 

Functions

template<class Fs_path , class = Enable_if_<is_same_type_<Fs_path, fs::path>>>
auto utf8_from (const Fs_path &path) -> string
 
auto open_c_file (const fs::path &path, const C_str options) -> P_< FILE >
 

Function Documentation

◆ open_c_file()

auto cppx::fs_util::open_c_file ( const fs::path &  path,
const C_str  options 
) -> P_<FILE>
inline

Definition at line 45 of file filesystem-util.hpp.

◆ utf8_from()

template<class Fs_path , class = Enable_if_<is_same_type_<Fs_path, fs::path>>>
auto cppx::fs_util::utf8_from ( const Fs_path &  path) -> string

Definition at line 32 of file filesystem-util.hpp.