24 Jun
2010
24 Jun
'10
1:50 p.m.
AMDG Hossein Haeri wrote:
Given an n-tuple t, is there any way to acquire n from t itself? I mean something like:
tuple
t; size_t n = t.size();//n == 2
boost::tuples::length