a POSIX user id
std_types::object | the prototype object for all "normal" objects |
std::getuid | returns the real user ID |
std::geteuid | returns the effective user id |
std::equal | compares two user ids for equality |
std::hash | returns an integer hash value for a user id |
std::to_integer | returns an integer value representing the user id |