Instead of using std::index_sequence with a helper function template to access
each element in the tuple, leverage std::apply from C++17 to do the heavy
lifting for us.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D136850
[ADT] Simplify hashing for tuples jloser on Oct 27 2022, 8:10 AM. Authored by
Details Instead of using std::index_sequence with a helper function template to access
Diff Detail
|