| 93 | } |
| 94 | |
| 95 | bool get_span(time_t window_size, detail::Sample<value_type>* result) const { |
| 96 | return _sampler->get_value(window_size, result); |
| 97 | } |
| 98 | |
| 99 | bool get_span(detail::Sample<value_type>* result) const { |
| 100 | return get_span(_window_size, result); |
no test coverage detected