* @brief Get the set of unique data items. */
| 86 | * @brief Get the set of unique data items. |
| 87 | */ |
| 88 | fstd::span<const T> getValues() const { return mValues; } |
| 89 | |
| 90 | /** |
| 91 | * @brief Get the ordered list of item indices. |
no outgoing calls
no test coverage detected