GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Concepts::BlockDecompressor Concept Reference

Concept that block decompressors must fulfill.

#include <concepts.hpp>

Concept definition

template<typename T>
concept GridFormat::Concepts::BlockDecompressor = requires { typename T::ByteType; }
and std::invocable<T, std::span<const typename T::ByteType>, std::span<typename T::ByteType>>
Concept that block decompressors must fulfill.
Definition: concepts.hpp:55