|
Botan 3.11.0
Crypto and TLS for C&
|
#include <range_concepts.h>
Models a std::ranges::contiguous_range that satisfies std::ranges::output_range with an arbitrary value_type. In other words: a stretch of contiguous memory of a certain type (optional ValueT) that can be written to.
Definition at line 36 of file range_concepts.h.