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