top
|
up
|
prev
|
next
ClassIdMemberFunctionIndexHash Struct
Definition at line
18
of
ClassTemplateRepository.hpp
Member Functions
size_t
operator()
(
const
std::pair<boost::uuids::uuid,
int
>& p)
const
Member Function Details
operator() Member Function
size_t cmajor::binder::ClassIdMemberFunctionIndexHash::operator()(
const
std::pair<boost::uuids::uuid,
int
>& p)
const
Definition at line
26
of
ClassTemplateRepository.cpp
:
27
{
28
return
boost
::
hash
<
boost
::
uuids
::
uuid
>
(
)
(
p
.
first
)
^
boost
::
hash
<
int
>
(
)
(
p
.
second
)
;
29
}
Declaration at line
20
of
ClassTemplateRepository.hpp
top
|
up
|
prev
|
next