Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 871 Bytes

File metadata and controls

50 lines (46 loc) · 871 Bytes
title operator OR | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
operator OR
Or
dev_langs
C++
helpviewer_keywords
operator OR
OR operator, bitwise
ms.assetid fab36ba6-8ee0-4778-beb9-21dce6d99db7
caps.latest.revision 6
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

operator OR

Returns the result of a bitwise OR operation for expression1 and expression2.

Syntax

  
expression1 OR expression2  

See Also

Operators Reference