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 AND assignment.
operator&=(self_type) Bitwise AND assignment.

Description of operator&=(u32)

Bitwise AND assignment.

Description of operator&=(self_type)

Bitwise AND assignment.


CONFIDENTIAL