$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Hansi (hansipet_at_[hidden])
Date: 2008-05-28 03:01:02
Hello,
Is it possible to use the type_traits library to detect if a template
type is a template specialization from a specific type.
In my case I want to detect the dependency of the endian class from the
vault.
e.g. something like that:
template<typename myType>
is_the_type(endian, myType)
best regards
Hansjörg