| 441 | } |
| 442 | template<class View, class Table> |
| 443 | forceinline void |
| 444 | PosCompact<View,Table>::Status::none(void) { |
| 445 | s = NONE; |
| 446 | } |
| 447 | template<class View, class Table> |
| 448 | forceinline void |
| 449 | PosCompact<View,Table>::Status::propagating(void) { |
no outgoing calls
no test coverage detected