$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [MPL] no invoke<T>?
From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2011-03-31 19:32:13
I had to write an invoke metafunction because I couldn't seem to find
one that looked like it was what I needed:
template < typename MF > struct invoke { typedef typename MF::type type; };
I've looked through the documentation TOC:
http://www.boost.org/doc/libs/1_42_0/libs/mpl/doc/refmanual/refmanual_toc.html
Is there something I'm missing?