#include <di/container/hash/hash_same.h>
|
template<typename T, typename U> |
constexpr auto | operator() (InPlaceType< T >, InPlaceType< U >) const -> bool |
|
template<concepts::IntegralOrEnum T, concepts::IntegralOrEnum U>
requires (!concepts::TagInvocable<HashWriteFunction, DefaultHasher&, T> && !concepts::TagInvocable<HashWriteFunction, DefaultHasher&, U>) |
constexpr auto | operator() (InPlaceType< T >, InPlaceType< U >) const -> bool |
|
template<typename T, typename U>
requires (concepts::TagInvocableTo<HashSameFunction, bool, InPlaceType<T>, InPlaceType<U>>) |
constexpr auto | operator() (InPlaceType< T >, InPlaceType< U >) const -> bool |
|
◆ operator()() [1/3]
template<typename T, typename U>
auto di::container::detail::HashSameFunction::operator() |
( |
InPlaceType< T > | , |
|
|
InPlaceType< U > | ) const -> bool |
|
inlineconstexpr |
◆ operator()() [2/3]
auto di::container::detail::HashSameFunction::operator() |
( |
InPlaceType< T > | , |
|
|
InPlaceType< U > | ) const -> bool |
|
inlineconstexpr |
◆ operator()() [3/3]
auto di::container::detail::HashSameFunction::operator() |
( |
InPlaceType< T > | , |
|
|
InPlaceType< U > | ) const -> bool |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: