$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] mpl Generate integral sequence wrapper from 0 to N
From: Hicham Mouline (hicham_at_[hidden])
Date: 2010-02-19 21:42:46
Hi,
Given a size_t N known at compile, what's the cleanest way to generate
mpl::vector_c<size_t, 0, 1, .., N>
what is the fastest way compile-time wise?
what is the most mpl algos reusing way?
Regards,