Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::AsyncStreams Struct Reference

Traits exposing AsyncStreams public types through a single template parameter. More...

#include <AsyncStreams.h>

Public Types

using BufferView = AsyncBufferView
 
using BuffersPool = AsyncBuffersPool
 
using ReadableStream = AsyncReadableStream
 
using WritableStream = AsyncWritableStream
 
using DuplexStream = AsyncDuplexStream
 

Detailed Description

Traits exposing AsyncStreams public types through a single template parameter.

This helps adapters depend on stream types only when they are instantiated.


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