qxLib
|
Go to the source code of this file.
Functions | |
template<class func_t , class... containers_t> | |
void | qx::iterate_several_containers (const func_t &func, const containers_t &... containers) |
Iterate several containers in a row with one func. More... | |
Definition in file iterate_several_containers.h.
void qx::iterate_several_containers | ( | const func_t & | func, |
const containers_t &... | containers | ||
) |
Iterate several containers in a row with one func.
func_t | - callable type |
containers_t | - containers types pack |
func | - iteration callable |
containers | - containers to iterate |
Definition at line 22 of file iterate_several_containers.h.