#include "di/container/path/path_impl.h"#include "di/container/path/path_view.h"#include "di/container/string/string.h"#include "di/container/string/transparent_encoding.h"#include "di/container/string/utf8_encoding.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::container |
| namespace | di::literals |
| namespace | di::literals::path_literals |
Typedefs | |
| using | di::container::Path = PathImpl<TransparentString> |
| using | di::container::Utf8Path = PathImpl<String> |
| using | di::Path |
| using | di::Utf8Path |
Functions | |
| template<container::FixedString literal> | |
| constexpr auto | di::literals::path_literals::operator""_u8p () |
| constexpr auto | di::literals::path_literals::operator""_u8p (c8 const *data, size_t size) |
| constexpr auto | di::literals::path_literals::operator""_p (char const *data, size_t size) |