summaryrefslogtreecommitdiffhomepage
path: root/doc/requirements/BufferedStream.md
blob: 1ac01a0fe7b01d87f14992dbc4761c0ee190466b (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 a BufferedStream operator and type.

## Rationale:

- HPC systems.
- I/O systems.
- HFT systems.

## Example:

```cpp
BStream<BOperator, BType>;
```

BOperator must not flush at all times, but have the option to.