ADTF
Loading...
Searching...
No Matches
strings.h
Go to the documentation of this file.
1
14
15#ifndef A_UTIL_STRINGS_HEADER_INCLUDED
16#define A_UTIL_STRINGS_HEADER_INCLUDED
17
18namespace a_util {
20namespace strings {
22namespace unicode {
23}
24} // namespace strings
25} // namespace a_util
26
32
33#endif // A_UTIL_STRINGS_HEADER_INCLUDED
Serves as component for unicode (UTF-8, UTF-16) string handling.
Definition strings.h:22
Serves as component for string handling and conversion functionality.
Definition strings.h:20
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24