istringstream

Creates a type basic_istringstream specialized on a char template parameter.

typedef basic_istringstream<char> istringstream;

Remarks

The type is a synonym for template class basic_istringstream, specialized for elements of type char*.*

Requirements

Header: <sstream>

Namespace: std

See Also

Reference

iostream Programming

iostreams Conventions

Other Resources

<sstream> Members