GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
concepts.hpp File Reference

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.