nw::gfx::Result::operator|= Member Function

Syntax

self_type operator|=(
     u32 code
);

self_type operator|=(
     self_type result
);

List of Overloaded Member Functions

operator|=(u32) Bitwise OR assignment.
operator|=(self_type) Bitwise OR assignment.

Description of operator|=(u32)

Bitwise OR assignment.

Description of operator|=(self_type)

Bitwise OR assignment.


CONFIDENTIAL