2010-02-25から1日間の記事一覧

std::bindはメンバ関数を扱えないと思ったら扱えた

C++

ので見つけたところをメモ。 20.8.11.1.3 Function template bind [func.bind.bind] template<class F, class... BoundArgs> unspecified bind(F f, BoundArgs... bound_args); 1 Requires: F and each Ti in BoundArgs shall be CopyConstructible. INVOKE (f, w1, w2, ..., wN) (20.8.2)</class>…