SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sig::impl::SStreamSelector< wchar_t const * > Struct Template Reference

Public Types

typedef std::wostringstream ostringstream
 
typedef std::wistringstream istringstream
 
typedef std::wstring string
 

Detailed Description

template<>
struct sig::impl::SStreamSelector< wchar_t const * >

Definition at line 63 of file type_convert.hpp.

Member Typedef Documentation

typedef std::wistringstream sig::impl::SStreamSelector< wchar_t const * >::istringstream

Definition at line 65 of file type_convert.hpp.

typedef std::wostringstream sig::impl::SStreamSelector< wchar_t const * >::ostringstream

Definition at line 64 of file type_convert.hpp.

typedef std::wstring sig::impl::SStreamSelector< wchar_t const * >::string

Definition at line 66 of file type_convert.hpp.


The documentation for this struct was generated from the following file: