Lugdunum  0.1.0
Stack.inl
Go to the documentation of this file.
1 template <size_t Size>
3  if (_nextPage) {
4  _nextPage = false;
5  return &_page;
6  }
7 
8  return nullptr;
9 }
Page * requestNextPage() override
Definition: Stack.inl:2