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