Botan
3.7.1
Crypto and TLS for C&
Botan
CT
poisonable
Botan::CT::poisonable Concept Reference
#include <
ct_utils.h
>
Concept definition
template
<
typename
T>
concept
Botan::CT::poisonable
=
requires
(
const
T& v) {
::Botan::CT::poison
(v); }
Botan::CT::poisonable
Definition
ct_utils.h:166
Botan::CT::poison
constexpr void poison(const T *p, size_t n)
Definition
ct_utils.h:53
Detailed Description
Definition at line
166
of file
ct_utils.h
.
Generated by
1.13.2