GridFormat
0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Concepts::BlockDecompressor Concept Reference
Compression
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>>
GridFormat::Concepts::BlockDecompressor
Concept that block decompressors must fulfill.
Definition:
concepts.hpp:55
GridFormat
Concepts
BlockDecompressor
Generated by
1.9.6