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

Concepts related to data compression. More...

#include <span>
#include <ranges>
#include <concepts>
#include <type_traits>
#include <gridformat/common/serialization.hpp>
#include <gridformat/compression/common.hpp>

Go to the source code of this file.

Concepts

concept  GridFormat::Concepts::Compressor
 Concept that compressors must fulfill.
 
concept  GridFormat::Concepts::Decompressor
 Concept that decompressors must fulfill.
 
concept  GridFormat::Concepts::BlockDecompressor
 Concept that block decompressors must fulfill.