Get the required min option value
| 6136 | |
| 6137 | /// Get the required min option value |
| 6138 | std::size_t get_require_option_min() const { return require_option_min_; } |
| 6139 | |
| 6140 | /// Get the required max option value |
| 6141 | std::size_t get_require_option_max() const { return require_option_max_; } |