top
|
up
|
prev
|
next
AgeIdHash Struct
Definition at line
371
of
Unicode.hpp
Member Functions
size_t
operator()
(
AgeId
id)
const
Member Function Details
operator() Member Function
size_t soulng::unicode::AgeIdHash::operator()(
AgeId
id)
const
Definition at line
373
of
Unicode.hpp
:
374
{
375
return
std
::
hash
<
uint8_t
>
(
)
(
static_cast
<
uint8_t
>
(
id
)
)
;
376
}
top
|
up
|
prev
|
next