|
GridFormat 0.5.0
I/O-Library for grid-like data structures
|
Concepts related to data encoding. More...
#include <cstddef>#include <istream>#include <span>#include <gridformat/common/concepts.hpp>#include <gridformat/common/serialization.hpp>Go to the source code of this file.
Concepts | |
| concept | GridFormat::Concepts::Encoder |
| Encoders allow wrapping of an output stream, yielding a stream that allows writing spans of data to it. | |
| concept | GridFormat::Concepts::Decoder |
| Decoders allow decoding spans of characters or directly from an input stream. | |