summaryrefslogtreecommitdiffstats
path: root/test/utility/tuple_to_array.cpp
Commit message (Collapse)AuthorAgeFilesLines
* update .clang-format header inclusion orderPatrick Venture2018-08-311-0/+1
| | | | | | | | Added the header inclusion order to the .clang-format file generated these changes. Change-Id: Ia31b21d7ea451cac0309828006bc17c27cbd5bd5 Signed-off-by: Patrick Venture <venture@google.com>
* test: convert tuple_to_array to gtestPatrick Williams2017-05-021-6/+7
| | | | | Change-Id: Ie110fba8f1961ba0e1a46c670d98a2351a46d061 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add tuple_to_array templatePatrick Williams2016-07-261-0/+17
C++ template to convert tuple<T...> to array<T, N>. Change-Id: Ia9dff382f9c57d7608edaec281cf7d867aeed4b2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud