Botan
3.6.1
Crypto and TLS for C&
Botan
concepts
reservable_container
Botan::concepts::reservable_container Concept Reference
#include <
concepts.h
>
Concept definition
template
<
typename
T>
concept
Botan::concepts::reservable_container
=
container<T>
&&
requires
(
T
& c,
typename
T::size_type s) { c.reserve(s); }
Botan::concepts::container
Definition
concepts.h:160
Botan::concepts::reservable_container
Definition
concepts.h:186
T
FE_25519 T
Definition
ge.cpp:34
Detailed Description
Definition at line
186
of file
concepts.h
.
Generated by
1.12.0