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>;
}
Definition concepts.hpp:132