31#define _VSTRING_FWD_H 1
33#pragma GCC system_header
41namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
43_GLIBCXX_BEGIN_NAMESPACE_VERSION
45 template<
typename _CharT,
typename _Traits,
typename _Alloc>
46 class __sso_string_base;
48 template<
typename _CharT,
typename _Traits,
typename _Alloc>
51 template<
typename _CharT,
typename _Traits = std::
char_traits<_CharT>,
52 typename _Alloc = std::allocator<_CharT>,
54 <
typename,
typename,
typename>
class _Base = __sso_string_base>
58 typedef __vstring __sso_string;
64 typedef __wvstring __wsso_string;
69#if __cplusplus >= 201103L
71 typedef __u16vstring __u16sso_string;
77 typedef __u32vstring __u32sso_string;
83_GLIBCXX_END_NAMESPACE_VERSION
GNU extensions for public use.
Template class __versa_string.