Botan
3.9.0
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:164
Botan::concepts::resizable_container
Definition
concepts.h:197
Detailed Description
Definition at line
197
of file
concepts.h
.
Generated by
1.14.0