| 230 | } |
| 231 | template<class View, bool p, bool f> |
| 232 | forceinline bool |
| 233 | Action::Recorder<View,p,f>::Idx::failed(void) const { |
| 234 | return (_info & 2U) != 0; |
| 235 | } |
| 236 | template<class View, bool p, bool f> |
| 237 | forceinline void |
| 238 | Action::Recorder<View,p,f>::Idx::clear(void) { |