Man Page wstring.3



                       Standard C++ Library
             Copyright 1998, Rogue Wave Software, Inc.



NAME

     wstring

      - A typedef for:



     basic_string<wchar_t, char_traits<wchar_t>,
                 allocator<wchar_t> >

     For  more  information  about   strings,   see   the   entry
     basic_string.