#include <winstl/filesystem/absolute_path.hpp>

| C | The character type | |
| T | The traits type. On translators that support default template arguments, this defaults to filesystem_traits<C> |
Member Types | |
| typedef parent_class_type::char_type | char_type |
| The char type. | |
| typedef basic_absolute_path< C > | class_type |
| The current parameterisation of the type. | |
| typedef parent_class_type::size_type | size_type |
| The size type. | |
Public Member Functions | |
Construction | |
| basic_absolute_path (char_type const *path) | |
Constructs an absolute path from path. | |
| template<typename S> | |
| basic_absolute_path (S const &path) | |
Constructs an absolute path from path. | |
| typedef basic_absolute_path<C> class_type |
| basic_absolute_path | ( | char_type const * | path | ) | [inline, explicit] |
Constructs an absolute path from path.
| basic_absolute_path | ( | S const & | path | ) | [inline, explicit] |
Constructs an absolute path from path.
1.5.6