Boost には、boost::bind 結果タイプのオーバーロードされた演算子があります。So!bind(f, ...)
は と同等bind( logical_not(), bind(f, ...) )
です。||、&& などの他の演算子も使用できます。std::bind には同じ機能がありますか? 使えます!std::bind(...)
か?std::not1
c ++ 11では非推奨ですか?
質問する
164 次
Boost には、boost::bind 結果タイプのオーバーロードされた演算子があります。So!bind(f, ...)
は と同等bind( logical_not(), bind(f, ...) )
です。||、&& などの他の演算子も使用できます。std::bind には同じ機能がありますか? 使えます!std::bind(...)
か?std::not1
c ++ 11では非推奨ですか?