hash/tuple: add is_transparent
This commit is contained in:
parent
e02a4e2594
commit
de40f961e3
@ -17,6 +17,8 @@ namespace cruft::hash {
|
||||
>
|
||||
class tuple {
|
||||
public:
|
||||
using is_transparent = void;
|
||||
|
||||
template <typename ...ValueT>
|
||||
auto
|
||||
operator() (std::tuple<ValueT...> const &val) const
|
||||
|
Loading…
Reference in New Issue
Block a user