HomeManualTopicsTypesSymbols

std_types::process_id/std::to_integer

returns an integer value representing the process id

Parameter

id
a process id

Result

value
an integer value

Description

This function returns the internal (POSIX) representation of the process id.

Topic

POSIX

Implements

std::to_integer converts its argument into an integer number

See also

std_types::process_id a POSIX process ID
std::process_id constructs a process id from an integer value