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)>

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

Synopsis

// In header: <boost/proto/functional/std/utility.hpp>


template<typename This, typename Pair> 
struct result<This(Pair)> {
  // types
  typedef typename Pair::first_type type;
};

PrevUpHomeNext