Botan
3.10.0
Crypto and TLS for C&
Botan
concepts
has_empty
Botan::concepts::has_empty Concept Reference
#include <
concepts.h
>
Concept definition
template
<
typename
T>
concept
Botan::concepts::has_empty
=
requires
(
T
a) {
{ a.empty() } -> std::same_as<bool>;
}
Botan::concepts::has_empty
Definition
concepts.h:179
T
Ed25519_FieldElement T
Definition
ge.cpp:39
Detailed Description
Definition at line
179
of file
concepts.h
.
Generated by
1.12.0