hash/tuple: add is_transparent

This commit is contained in:
Danny Robson 2023-07-25 10:00:45 +10:00
parent e02a4e2594
commit de40f961e3
1 changed files with 2 additions and 0 deletions

View File

@ -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