No, boost::array is meant as a replacement for C-style arrays and it has a constant size that must be known at compile time:Qt Code:
boost::array< float, 100 > *x;To copy to clipboard, switch view to plain text mode
No, boost::array is meant as a replacement for C-style arrays and it has a constant size that must be known at compile time:Qt Code:
boost::array< float, 100 > *x;To copy to clipboard, switch view to plain text mode
Bookmarks