$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Bosticky (mbosticky_at_[hidden])
Date: 2002-11-21 11:19:12
Hi
Does anybody know if it is possible to extract a class type from a
pointer-to-member type/object?
ie if i have
template<class pointer_to_member_type>
void foo(pointer_to_member_type AMember)
{
... //? can i figure out here what the type is for the object to which the
pointer-to-member pointer belongs?
}
Regards, Martin.