top
|
up
|
prev
|
next
BlockIdHash Struct
Definition at line
208
of
Unicode.hpp
Member Functions
size_t
operator()
(
BlockId
id)
const
Member Function Details
operator() Member Function
size_t soulng::unicode::BlockIdHash::operator()(
BlockId
id)
const
Definition at line
210
of
Unicode.hpp
:
211
{
212
return
std
::
hash
<
uint16_t
>
(
)
(
static_cast
<
uint16_t
>
(
id
)
)
;
213
}
top
|
up
|
prev
|
next