bit_or Function
傳回二進位或兩個參數。
template<class Type>
struct bit_or : public binary_function< Type, Type, Type > {
Type operator()(
const Type& _Left,
const Type& _Right
) const;
};
參數
_Left
對第一個參數的 lvalue 參考。_Right
對第二個參數的 lvalue 參考。
屬性值/傳回值
傳回二進位或兩個參數的值。
備註
樣板類別會定義成員的函式會傳回 _Left。 | _Right.
需求
標題: <functional>
命名空間: 可以