Botan
3.9.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
Detailed Description
Definition at line
179
of file
concepts.h
.
Generated by
1.14.0