Botan
3.7.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:199
Detailed Description
Definition at line
199
of file
concepts.h
.
Generated by
1.13.2