Botan
3.8.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:165
Botan::concepts::reservable_container
Definition
concepts.h:204
Detailed Description
Definition at line
204
of file
concepts.h
.
Generated by
1.13.2