top
|
up
|
prev
|
next
SerialLess Struct
Definition at line
64
of
Memory.cpp
Member Functions
bool
operator()
(
const
Allocation
* left,
const
Allocation
* right)
const
Member Function Details
operator() Member Function
bool
cmajor::rt::SerialLess::operator()(
const
Allocation
* left,
const
Allocation
* right)
const
Definition at line
66
of
Memory.cpp
:
67
{
68
return
left
->
Serial
(
)
<
right
->
Serial
(
)
;
69
}
Calls:
cmajor::rt::Allocation::Serial
top
|
up
|
prev
|
next