hasOption method

bool hasOption(
  1. int opt
)

Implementation

bool hasOption(int opt) {
  return (options & opt) != 0;
}