$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Proto] Detecting if a tag is a proto type or not
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2008-11-17 09:01:17
I want to do some dispatching based on the fatc that my binary_expr tag
is one of predefined proto tag or not.
What kind of internal properties of proto tags can I try to use to
perform this discrimination ?
Thanks in advance