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

## 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!