I am trying to understand the following function
void markTail(T& node) noexcept {
node.template setFlag<RefFlags::kMMFlag0>();
}
what is node.template
?
I am trying to understand the following function
void markTail(T& node) noexcept {
node.template setFlag<RefFlags::kMMFlag0>();
}
what is node.template
?