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

Struct template result<This(Pair)>
PrevUpHomeNext

Struct template result<This(Pair)>

boost::xpressive::op::first::result<This(Pair)>

Synopsis

template<typename This, typename Pair> 
struct result<This(Pair)> {
};

PrevUpHomeNext