$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] iterator over boost::tuple
From: Uthpal Urubail (uthpal.urubail_at_[hidden])
Date: 2015-07-06 02:23:23
Experts,
What is the best way to iterator over boost::tuple and return value?
Example:
For(int i=0;i<boost::tuples::length<T>::value;i++)
{
Boost_tuple_example.get<i>();
}
Regards,
UJ