DynXX-Cxx
Loading...
Searching...
No Matches
HashableT Concept Reference
#include <
Types.hxx
>
Concept definition
template
<
typename
T>
concept
HashableT
=
requires
(
T
a
)
{
{ std::hash<T>{}(
a
) } -> std::convertible_to<std::size_t>;
}
MinV
constexpr T MinV()
Definition
Types.hxx:151
HashableT
Definition
Types.hxx:84
Generated by
1.9.8