Botan
3.11.0
Crypto and TLS for C&
Botan
concepts
tree_gen_leaf
Botan::concepts::tree_gen_leaf Concept Reference
#include <
tree_hash.h
>
Concept definition
template
<
typename
T,
typename
NodeIdx,
typename
LayerIdx,
typename
Address,
typename
NodeSS>
concept
Botan::concepts::tree_gen_leaf
=
concepts::tree_node_index<NodeIdx>
&&
concepts::tree_layer_index<LayerIdx>
&&
concepts::tree_address<Address, LayerIdx, NodeIdx>
&&
concepts::strong_span<NodeSS>
&&
requires
(T func, NodeSS out,
const
Address& address) {
{ func(out, address) };
}
Botan::concepts::strong_span
Definition
tree_hash.h:43
Botan::concepts::tree_address
An address in a Tree.
Definition
tree_hash.h:49
Botan::concepts::tree_gen_leaf
Definition
tree_hash.h:63
Botan::concepts::tree_layer_index
A layer in a Tree.
Definition
tree_hash.h:40
Botan::concepts::tree_node_index
An index of a node in a layer.
Definition
tree_hash.h:32
Detailed Description
Definition at line
63
of file
tree_hash.h
.
Generated by
1.15.0