Botan
3.7.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
Detailed Description
Definition at line
175
of file
concepts.h
.
Generated by
1.13.2