| 69 | */ |
| 70 | template <class Container, class T> |
| 71 | inline |
| 72 | void |
| 73 | WeightedSampleAccumulator<Container, T>::bind(ByteStream_type& inStream) { |
| 74 | bindWeightedSampleAcc(*this, inStream); |
| 75 | } |
| 76 | |
| 77 | template <class Container, class T> |
| 78 | inline |
nothing calls this directly
no test coverage detected