| 44 | |
| 45 | template<class View> |
| 46 | forceinline bool |
| 47 | CBSBrancher<View>::VarIdToPos::isIn(unsigned int var_id) const { |
| 48 | auto *hm = &static_cast<VarIdToPosO*>(object())->_varIdToPos; |
| 49 | return hm->find(var_id) != hm->end(); |
| 50 | } |
| 51 | |
| 52 | template<class View> |
| 53 | forceinline int |
no test coverage detected