1 2 3 4 5 6
#pragma once template <class IT, class F> void my_foreach(IT begin, IT end, auto fun); #include "for_each.hxx"