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