ADTF  3.18.2
strings.h
Go to the documentation of this file.
1 
15 #ifndef A_UTIL_STRINGS_HEADER_INCLUDED
16 #define A_UTIL_STRINGS_HEADER_INCLUDED
17 
18 namespace a_util {
20 namespace strings {
22 namespace unicode {
23 }
24 } // namespace strings
25 } // namespace a_util
26 
31 #include <a_util/strings/unicode.h>
32 
33 #endif // A_UTIL_STRINGS_HEADER_INCLUDED
Serves as the root component, with common functionality documented in core functionality.
Definition: base.h:24
Common include for string conversion functions.
Public API for string formatting functions.
Public API for string modification and inspection functions.
Common include for string numeric trait functions.
Public API for unicode conversion functions.