Botan
3.6.1
Crypto and TLS for C&
Botan
concepts
resizable_byte_buffer
Botan::concepts::resizable_byte_buffer Concept Reference
#include <
concepts.h
>
Concept definition
template
<
typename
T>
concept
Botan::concepts::resizable_byte_buffer
=
contiguous_container<T>
&&
resizable_container<T>
&& std::same_as<typename T::value_type, uint8_t>
Botan::concepts::contiguous_container
Definition
concepts.h:170
Botan::concepts::resizable_byte_buffer
Definition
concepts.h:189
Botan::concepts::resizable_container
Definition
concepts.h:180
Detailed Description
Definition at line
189
of file
concepts.h
.
Generated by
1.12.0