typedef std::basic_string<ucp_t, std::char_traits<ucp_t>, std::allocator<ucp_t> > ucp_string |
Implements a C++ string object with characters of type ucp_t encoding Unicode 11.0 code points.
It instantiates the standard library std::basic_string object with std::allocator and std::char_traits instantiated for the type ucp_t. The specialization of std::char_traits for ucp_t is provided by chsvlib.