Bitwise disjunction operator

Synopsis

Declared in <llvm/TargetParser/SubtargetFeature.h>

constexpr
FeatureBitset
operator|(FeatureBitset const& RHS) const;

Return Value

Another instance of the object

Parameters

Name

Description

RHS

The right operand

Created with MrDocs