Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct template result<This(Pair const &)>

boost::proto::functional::first::result<This(Pair const &)>

Synopsis

// 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;
};

PrevUpHomeNext