! * \brief Set label for one record * \param idx Index of this record * \param value Label value of this record */
| 123 | * \param value Label value of this record |
| 124 | */ |
| 125 | inline void SetLabelAt(data_size_t idx, label_t value) { |
| 126 | label_[idx] = value; |
| 127 | } |
| 128 | |
| 129 | /*! |
| 130 | * \brief Set Weight for one record |
no outgoing calls
no test coverage detected