Botan
3.7.1
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:168
Botan::CT::unpoison
constexpr void unpoison(const T *p, size_t n)
Definition
ct_utils.h:64
Detailed Description
Definition at line
168
of file
ct_utils.h
.
Generated by
1.13.2