![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
An inline_string large enough to hold an error message.
| using arene::base::filesystem::path_buffer = array<arene::base::detail::character, PATH_MAX> |
A raw buffer with storage large enough to hold a file path.
| using arene::base::filesystem::path_string = inline_string<PATH_MAX> |
An inline_string with storage large enough to hold a file path.
|
strong |
Flags to specify what to do when attempting to create a file that already exists.
|
strong |
|
constexpr |
The maximum length of an error message.