Skip to content

library methods

Vaughn Auten edited this page Aug 12, 2023 · 4 revisions

outlined here are some basic functions defined in the lib header

template <int N, typename... Ts> using indexInTemplate = typename std::tuple_element<N, std::tuple<Ts...>>::type;

Clone this wiki locally