summaryrefslogtreecommitdiffhomepage
path: root/doc/requirements/UnbufferedStream.md
blob: 80536b442203246cf51405dc0b9267c6ccfd74b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# BufferedStream

## Abstract:

One type that has to satisfy an unbuffered Stream operator and type.

## Rationale:

- Fast and direct-flush operations.
- High-Throughput systems.

## Example:

```cpp
UBStream<UBOperator, UBType>;
```

UBOperator must flush at all times!