|
Zip and Skip Tries
|
Structure to hold the result of a comparison, including the ordering and the length of the common prefix. More...
Public Attributes | |
| std::strong_ordering | result |
| The comparison result (less, greater, equal). | |
| size_t | lcp |
| The length of the longest common prefix in characters. | |
Structure to hold the result of a comparison, including the ordering and the length of the common prefix.
Definition at line 150 of file BitString.cuh.
| size_t BitString< CHAR_T, CHAR_SIZE_BITS >::ResultLCP::lcp |
The length of the longest common prefix in characters.
Definition at line 153 of file BitString.cuh.
| std::strong_ordering BitString< CHAR_T, CHAR_SIZE_BITS >::ResultLCP::result |
The comparison result (less, greater, equal).
Definition at line 152 of file BitString.cuh.