BOOST_VMD_SEQ_SIZE — expands to the size of the seq passed to it.
// In header: <boost/vmd/seq/size.hpp> BOOST_VMD_SEQ_SIZE(seq)
seq = seq whose size is to be extracted.
If the seq is an empty seq its size is 0. Otherwise the result is the number of elements in the seq.