$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Member functions on boost::variant?
From: Christopher Jefferson (chris_at_[hidden])
Date: 2009-09-06 04:30:30
Is there a nice way of calling a member function on a boost::variant
(where I know said member function is implemented by all the types in
the variant)?
Chris