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