Descriptionbase: eliminate TupleTraits and TupleTypes
The only remaining use of these were base::TupleTypes<T>::ValueTuple,
which just maps Tuple<Ts...> to Tuple<remove_reference_t<Ts>...>.
However, all of the uses were for reference-free tuples, making it a
noop.
BUG=554987
Committed: https://crrev.com/390ab1e0cbc72313e9a4070424daa84e69d8b710
Cr-Commit-Position: refs/heads/master@{#379667}
Patch Set 1 #
Messages
Total messages: 12 (4 generated)
|