returns an integer value representing the process id
This function returns the internal (POSIX) representation of the process id.
std::to_integer | converts its argument into an integer number |
std_types::process_id | a POSIX process ID |
std::process_id | constructs a process id from an integer value |