Nix (Dev)
3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::concepts::hasEmpty Concept Reference
#include <
concepts.hpp
>
Concept definition
template
<
typename
T>
concept
iv::concepts::hasEmpty
=
requires
(T a) {
{ a.empty() } -> std::same_as<bool>;
}
iv::concepts::hasEmpty
Definition
concepts.hpp:132
iv
concepts
hasEmpty
Generated by
1.12.0