header_utils
|
Functions | |
std::vector< std::string > | ghassanpl::formats::text_lines::load_file (std::filesystem::path const &from, std::error_code &ec) |
std::vector< std::string > | ghassanpl::formats::text_lines::load_file (std::filesystem::path const &from) |
template<typename CALLBACK > requires std::invocable<CALLBACK, std::string_view> | |
void | ghassanpl::formats::text_lines::load_file (std::filesystem::path const &from, CALLBACK &&callback) |
std::vector< std::string > | ghassanpl::formats::text_lines::try_load_file (std::filesystem::path const &from) |
template<std::ranges::range T> | |
bool | ghassanpl::formats::text_lines::save_file (std::filesystem::path const &to, T string_range, std::error_code &ec) |
template<std::ranges::range T> | |
void | ghassanpl::formats::text_lines::save_file (std::filesystem::path const &to, T string_range) |
\r
at split points
|
inline |
Definition at line 85 of file json_helpers.h.
|
inline |
Definition at line 99 of file json_helpers.h.
|
inline |
Definition at line 74 of file json_helpers.h.
|
inline |
Definition at line 131 of file json_helpers.h.
|
inline |
Definition at line 118 of file json_helpers.h.
|
inline |
Definition at line 111 of file json_helpers.h.