| 96 | |
| 97 | template<class View, class Val> |
| 98 | forceinline |
| 99 | BrancherPrint<View,Val>::BrancherPrint(VarValPrint<Var,Val> vvp) : p(vvp) { |
| 100 | if (!vvp) |
| 101 | throw Gecode::InvalidFunction("BrancherPrint::BrancherPrint"); |
| 102 | } |
| 103 | |
| 104 | template<class View, class Val> |
| 105 | forceinline |
no outgoing calls
no test coverage detected