2014-05-30から1日間の記事一覧

STLのless

c++

ひさびさにSTL書いたら、コンパイルエラーでげんなりしたのでメモ。 struct A { bool operator<(const A &other) const; もしくは friend bool operator<(const A &lhs, const B &rhs); }; constメンバ関数にし忘れることが多い。