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