Subject: [Boost-users] [TUPLE] n for an n-tuple
From: Hossein Haeri (powerprogman_at_[hidden])
Date: 2010-06-24 07:33:49


Dear all,

Given an n-tuple t, is there any way to acquire n from t itself? I mean something like:

tuple<int, float> t;
size_t n = t.size();//n == 2

TIA,
--Hossein