plus

operator fun plus(bit: ElfPFlags): ElfPFlags

Returns a new ElfPFlags with the specified bit set to true

Return

a new ElfPFlags with the specified bit set to true

Parameters

bit

the bit to set

See also