
22 Sep
2008
22 Sep
'08
6:05 p.m.
I wanted to know what's the best to build my own compile-time container that acts as a 2D matrix of integers and reuse most of MPL components. I thought to have a matrix defined as a vector of vector and provide my own at<M,I,J> meta-functions. Were they any attempt at such a thing already tried ? Thanks in advance.