namespace
componentsClasses
-
template<class StreamBase, template<class> class StreamErased>class any_stream_base
- Implements the common interface of every
any_stream
. - class basic_format_stream
- Implements the default formatting behaviours for every stream.
-
template<class Container>class basic_memory_stream_base
- Implements the common interface of every
memory_stream
. - class basic_seek_stream
- Implements the basic seeking methods required for every stream.
- class file_stream_base
- Implements the common interface of every
file_stream
. -
template<class T>class span_stream_base
- Implements the common interface of every
span_stream
.