$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2002-11-15 20:26:00
Hi,
Does anybody know how to implement type traits that will allow me to check
whether argument type T is instance od template A. Particulaly I am
interested in mpl sequences. I.e.:
is_instance_of<T,mpl::list>::value
This syntax presume template template parameter. I would prefer MSVC6
compartible way of course.
Gennadiy.