j
k
j a
j l
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;
Back to the thread
Back to the list