Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-04-06 11:22:04


shunsuke:

> BTW, I think
> `result_of<F(int)>::type` is always the same as
> `result_of<F(int const &)>::type` in C++03.

template<class T> T& operator()( T& t ) const;
long operator()( long v ) const;


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk