[ CnUnix ] in KIDS 글 쓴 이(By): doldori (돌돌이) 날 짜 (Date): 2005년 4월 12일 화요일 오전 11시 47분 23초 제 목(Title): Re: boost::lambda -_-;; 이런 식으로 하면 되지 않을까요? #include <boost/lambda/lambda.hpp> #include <boost/lambda/bind.hpp> using namespace boost::lambda; size_t totalSize = accumulate(data.begin(), data.end(), 0, _1 + bind(&Data::getSize, _2)); |