Please contact us if you have any trouble resetting your password.
Hint: try use ‘using’ template, it`s help to read such meta programming, example:
template<int N> using MySet = std::set<std::array<int, N>>;using my_iterator = MySet<10>::const_iterator;