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