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

#include <concepts.h>

Concept definition

template<typename T>
decltype(std::span{std::declval<T&>()})::extent != std::dynamic_extent

Detailed Description

Models a range that can be turned into a std::span<> with a static extent. Typically, this is a std::array or a std::span derived from an array.

Definition at line 76 of file concepts.h.