container_stream Class
A static class to allow users to create input and out streams based off STL collections. The sole purpose of this class to avoid users from having to know anything about stream buffers.
template<
typename _CollectionType
>
class container_stream;
Parameters
- _CollectionType
The type of the STL collection.
Members
Public Typedefs
Name |
Description |
---|---|
buffer_type |
|
char_type |
Public Methods
Name |
Description |
---|---|
Requirements
Header: containerstream.h
Namespace: concurrency::streams