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