Home
last modified time | relevance | path

Searched refs:unsigned_key_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dboyer_moore_searcher.h68 using unsigned_key_type = make_unsigned_t<key_type>; variable
70 static_assert(numeric_limits<unsigned_key_type>::max() < 256);
78 __table_[static_cast<unsigned_key_type>(__key)] = __val; in insert()
82 return __table_[static_cast<unsigned_key_type>(__key)];