| 173 | |
| 174 | template<class View, int o> |
| 175 | forceinline bool |
| 176 | NaryLqLe<View,o>::empty(void) const { |
| 177 | return pos == nullptr; |
| 178 | } |
| 179 | template<class View, int o> |
| 180 | forceinline void |
| 181 | NaryLqLe<View,o>::push(Space& home, int p) { |
no outgoing calls
no test coverage detected