| 225 | } |
| 226 | template<class View, bool p, bool f> |
| 227 | forceinline bool |
| 228 | Action::Recorder<View,p,f>::Idx::propagated(void) const { |
| 229 | return (_info & 1U) != 0; |
| 230 | } |
| 231 | template<class View, bool p, bool f> |
| 232 | forceinline bool |
| 233 | Action::Recorder<View,p,f>::Idx::failed(void) const { |