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

Public Types

typedef std::ostringstream ostringstream
 
typedef std::istringstream istringstream
 
typedef std::string string
 

Detailed Description

template<class T>
struct sig::impl::SStreamSelector< T >

Definition at line 53 of file type_convert.hpp.

Member Typedef Documentation

template<class T>
typedef std::istringstream sig::impl::SStreamSelector< T >::istringstream

Definition at line 55 of file type_convert.hpp.

template<class T>
typedef std::ostringstream sig::impl::SStreamSelector< T >::ostringstream

Definition at line 54 of file type_convert.hpp.

template<class T>
typedef std::string sig::impl::SStreamSelector< T >::string

Definition at line 56 of file type_convert.hpp.


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