is_root method

bool is_root()

Determine user who execute this program is root.

Implementation

bool is_root() {
  return _is_root();
}