top
|
up
|
prev
|
next
GeneralCategoryIdHash Struct
Definition at line
299
of
Unicode.hpp
Member Functions
size_t
operator()
(
GeneralCategoryId
id)
const
Member Function Details
operator() Member Function
size_t soulng::unicode::GeneralCategoryIdHash::operator()(
GeneralCategoryId
id)
const
Definition at line
301
of
Unicode.hpp
:
302
{
303
return
std
::
hash
<
uint32_t
>
(
)
(
static_cast
<
uint32_t
>
(
id
)
)
;
304
}
top
|
up
|
prev
|
next