| 144 | |
| 145 | template<class View, int o> |
| 146 | forceinline typename NaryLqLe<View,o>::Pos* |
| 147 | NaryLqLe<View,o>::Pos::next(void) const { |
| 148 | return static_cast<Pos*>(FreeList::next()); |
| 149 | } |
| 150 | |
| 151 | template<class View, int o> |
| 152 | forceinline void |
no outgoing calls
no test coverage detected