| 355 | } |
| 356 | template<class View> |
| 357 | forceinline void |
| 358 | CHB::init(Home home, ViewArray<View>& x, |
| 359 | typename BranchTraits<typename View::VarType>::Merit bm) { |
| 360 | assert(!*this); |
| 361 | object(*new Storage(home,x,bm)); |
| 362 | (void) Recorder<View>::post(home,x,*this); |
| 363 | } |
| 364 | |
| 365 | template<class Char, class Traits> |
| 366 | std::basic_ostream<Char,Traits>& |