$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Detect typedef in class
From: Hansjoerg (hansipet_at_[hidden])
Date: 2010-02-25 10:52:22
Hello,
is there some way to detect if a class has an typedef with boost 1.34.1?
I want to detect
typedef T value_type;
in a class...
Thanks
Hansjörg