template <typename T, typename... Ts>
struct occurences_of
Defined at line 29 of file ../../sdk/lib/fit/include/lib/fit/internal/utility.h
Utility to count the occurences of type T in the parameter pack Ts.
template <typename T, typename... Ts>
Defined at line 29 of file ../../sdk/lib/fit/include/lib/fit/internal/utility.h
Utility to count the occurences of type T in the parameter pack Ts.