| 694 | |
| 695 | // A helper for implementing get<k>(). |
| 696 | template <int k> class Get; |
| 697 | |
| 698 | // A helper for implementing tuple_element<k, T>. kIndexValid is true |
| 699 | // iff k < the number of fields in tuple type T. |
no outgoing calls
no test coverage detected