$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Metaprogamming question
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-07-08 07:22:11
On 08/07/2011 12:30, joaquin_at_[hidden] wrote:
>> So, how do I write the metafunction that maps the type to the tag?
>
> Using a boost::mpl::map?
>
> http://www.boost.org/libs/mpl/doc/refmanual/map.html
Or explicit specialization.