bit_or Function
2 個のパラメーターの binary またはを返します。
template<class Type>
struct bit_or : public binary_function< Type, Type, Type > {
Type operator()(
const Type& _Left,
const Type& _Right
) const;
};
パラメーター
_Left
最初のパラメーターへの lvalue の参照。_Right
2 番目のパラメーターに lvalue の参照。
プロパティ値/戻り値
2 個のパラメーター値の binary またはを返します。
解説
このテンプレート クラスは _Leftを返すようにメンバー関数を定義します。 | _Right.
必要条件
ヘッダー : <functional>
名前空間: std