Iros
Loading...
Searching...
No Matches
di::concepts::HashSame Concept Reference
#include <
di/container/hash/hash_same.h
>
Concept definition
template
<
typename
T,
typename
U>
concept
di::concepts::HashSame
=
Hashable<T>
&&
Hashable<U>
&&
container::hash_same
(
in_place_type
<
meta::RemoveCVRef<T>
>,
in_place_type
<
meta::RemoveCVRef<U>
>)
di::concepts::HashSame
Definition
hash_same.h:43
di::concepts::Hashable
Definition
hash_write.h:48
di::container::hash_same
constexpr auto hash_same
Definition
hash_same.h:38
di::meta::RemoveCVRef
RemoveCV< RemoveReference< T > > RemoveCVRef
Definition
core.h:74
di::in_place_type
constexpr auto in_place_type
Definition
in_place_type.h:12
di
concepts
HashSame
Generated by
1.13.0