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 a snapshot of the master branch, built from commit 68cc668162.
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