ArgsCount.count constructor

const ArgsCount.count(
  1. int count
)

Implementation

const ArgsCount.count(int count)
    : _min = count,
      _max = count;