top
|
up
|
prev
|
next
BinaryPropertyIdHash Struct
Definition at line
131
of
Unicode.hpp
Member Functions
size_t
operator()
(
BinaryPropertyId
id)
const
Member Function Details
operator() Member Function
size_t soulng::unicode::BinaryPropertyIdHash::operator()(
BinaryPropertyId
id)
const
Definition at line
133
of
Unicode.hpp
:
134
{
135
return
std
::
hash
<
uint8_t
>
(
)
(
static_cast
<
uint8_t
>
(
id
)
)
;
136
}
top
|
up
|
prev
|
next