| 246 | template<class View, int n, class Val, unsigned int a, |
| 247 | class Filter, class Print> |
| 248 | Actor* |
| 249 | LDSBSetBrancher<View,n,Val,a,Filter,Print>::copy(Space& home) { |
| 250 | return new (home) LDSBSetBrancher<View,n,Val,a,Filter,Print> |
| 251 | (home,*this); |
| 252 | } |
| 253 | |
| 254 | template<class View, int n, class Val, unsigned int a, |
| 255 | class Filter, class Print> |
no outgoing calls
no test coverage detected