Botan
3.6.1
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:175
T
FE_25519 T
Definition
ge.cpp:34
Detailed Description
Definition at line
175
of file
concepts.h
.
Generated by
1.12.0