Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result_of

boost::result_of

Synopsis

// In header: <boost/utility/result_of.hpp>

template<typename F> 
struct result_of {
};

PrevUpHomeNext