* @brief Get the number of possible elements in the set */
| 132 | * @brief Get the number of possible elements in the set |
| 133 | */ |
| 134 | static constexpr size_t size() |
| 135 | { |
| 136 | return size_; |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * @brief Get the set of all possible values |