From: chun ping wang (cablepuff_at_[hidden])
Date: 2007-10-22 03:38:47


Is their some kind of method to flatten a stl container...

example [[1, 4], [a,b, c], [b, [e]] ] becomes [1, 4, a, b, c, b, e]