|
Sleeping Wombat GUI
0.100
swGUI
|
#include <filesystem>#include <string>#include <codecvt>Go to the source code of this file.
Classes | |
| class | filesystem::Path |
Namespaces | |
| filesystem | |
Functions | |
| Path | filesystem::operator/ (const Path &path1, const Path &path2) |
Implementacja klasy Path. Ponieważ Path nie znajduje się jeszcze w standardzie c++, ale zostanie do niego włączone dopiero wraz z c++17, to potrzebny jest ten wrapper. Na razie implementacje dla różnych kompilatorów umieszczają tę klasę w różnych namespacach, więc nie da się tego zaimplementowac w pełni przenośnie.
1.8.9.1