...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::proto::functional::first::result<This(Pair const &)>
// In header: <boost/proto/functional/std/utility.hpp> template<typename This, typename Pair> struct result<This(Pair const &)> { // types typedef typename Pair::first_type const & type; };