|
capydi
|
#include <filesystem>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | FileSystem |
Macros | |
| #define | TO_PATH_STR(str) |
Typedefs | |
| using | FileSystem::PathType = std::filesystem::path |
| using | FileSystem::PathStringType = typename PathType::string_type |
| using | FileSystem::PathCharType = typename PathStringType::value_type |
| using | FileSystem::FileContentType = std::string |
| using | FileSystem::FileCharType = typename FileContentType::value_type |
| #define TO_PATH_STR | ( | str | ) |