uatlib
Loading...
Searching...
No Matches
uat::region_compatible Concept Reference

Concept for types that are compatible as regions. More...

#include <type.hpp>

Concept definition

template<typename R>
concept uat::region_compatible = hashable<R> && std::equality_comparable<R> && std::copyable<R>
Concept for types that are hashable.
Definition type.hpp:17
Concept for types that are compatible as regions.
Definition type.hpp:26

Detailed Description

Concept for types that are compatible as regions.