-
Notifications
You must be signed in to change notification settings - Fork 0
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;packSize
template <typename... T>
constexpr size_t packSize()aml is still under development, various features will be added over time