|
Open Chinese Convert 1.3.2+gad37fd0a6.dirty
A project for conversion between Traditional and Simplified Chinese
|
Result of a PrefixMatch fast-path lookup. More...
#include <Dict.hpp>
Public Attributes | |
| bool | matched = false |
| size_t | keyLength = 0 |
| std::string_view | key |
| std::string_view | value |
Result of a PrefixMatch fast-path lookup.
key and value are non-owning views; see PrefixMatch::MatchPrefixView() for lifetime details.