.. _sprout-string-basic_string-u16string: ############################################################################### u16string ############################################################################### Interface ======================================== .. sourcecode:: c++ template using u16string = sprout::basic_string; Examples ======================================== .. sourcecode:: c++ #include #include using namespace sprout; using type = u16string<8>; static_assert(std::is_same::value, "element type of u16string is char16_t."); Header ======================================== | ``sprout/string/alias.hpp`` | Convenience header: ``sprout/string.hpp``