Botan 3.4.0
Crypto and TLS for C&
Botan::ranges::spanable_range Concept Reference

#include <concepts.h>

Concept definition

template<typename T>
concept Botan::ranges::spanable_range = std::constructible_from<std::span<const std::ranges::range_value_t<T>>, T>
FE_25519 T
Definition ge.cpp:34

Detailed Description

Models a range that can be turned into a std::span<>. Typically, this is some form of ranges::contiguous_range.

Definition at line 68 of file concepts.h.