| 325 | |
| 326 | template <typename U> |
| 327 | void fill( const U& u){ |
| 328 | fill__dispatch( typename traits::is_trivial<RTYPE>::type(), u ) ; |
| 329 | } |
| 330 | |
| 331 | inline iterator begin() { return cache.get() ; } |
| 332 | inline iterator end() { return cache.get() + size(); } |
no outgoing calls
no test coverage detected