foobar2000 SDK
2015-08-03
|
Go to the source code of this file.
Namespaces | |
pfc | |
Functions | |
template<typename t_a1 , typename t_a2 > | |
static bool | pfc::array_equals (const t_a1 &arr1, const t_a2 &arr2) |
template<typename t_to , typename t_from > | |
void | pfc::copy_array_t (t_to &p_to, const t_from &p_from) |
template<typename t_array , typename t_value > | |
void | pfc::fill_array_t (t_array &p_array, const t_value &p_value) |