xtd 0.2.0
Loading...
Searching...
No Matches
ustring.h
Go to the documentation of this file.
1
3#pragma once
5#if defined(_MSC_VER) && __cplusplus < 202302L
6# pragma message("Deprecated : Replaced by #include <xtd/string.h> - Will be removed in version 0.4.0")
7#else
8# warning "Deprecated : Replaced by #include <xtd/string.h> - Will be removed in version 0.4.0"
9#endif
10#include "string.h"
11
13namespace xtd {
26 using ustring [[deprecated("Replaced by xtd::string - Will be removed in version 0.4.0")]] = xtd::string;
27}
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.h:43
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::string alias.