タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

boostとBoost.Bindに関するcrafのブックマーク (1)

  • boost::make_adaptable - Faith and Brave - C++で遊ぼう

    make_adaptable undocumented(#4532) 「Boost.Bindにあるmake_adaptableがdetail名前空間じゃないのにドキュメンテーションされてないぞ」というチケットがあったので、解説など。 std::not1やstd::not2など、旧世代の悪しき標準関数アダプタは、関数オブジェクトにresult_typeや argument_type、first_argument_type、second_argument_typeといったnested typeを直接要求するため、boost::bindした関数オブジェクトを標準関数アダプタに適用することができません。 #include <functional> #include <boost/bind.hpp> #include <boost/assert.hpp> bool is_less(int a, in

    boost::make_adaptable - Faith and Brave - C++で遊ぼう
  • 1