Botan
3.13.0
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
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:67
Botan::concepts::resizable_byte_buffer
Definition
concepts.h:86
Botan::concepts::resizable_container
Definition
concepts.h:77
Detailed Description
Definition at line
86
of file
concepts.h
.
Generated by
1.16.1