Botan 3.4.0
Crypto and TLS for C&
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>;
}
FE_25519 T
Definition ge.cpp:34

Detailed Description

Definition at line 163 of file concepts.h.