#include <trsl/common.hpp>#include <trsl/weight_accessor.hpp>#include <algorithm>#include <functional>#include <utility>#include <cstdlib>#include <limits>#include <cassert>#include <boost/static_assert.hpp>Go to the source code of this file.
Classes | |
| class | trsl::is_picked_systematic< ElementType, WeightType, WeightAccessor > |
| Functor to use with persistent_filter_iterator for systematic sampling of a range. More... | |
Namespaces | |
| trsl | |
| Public namespace. | |
Functions | |
| template<class Iterator > | |
| bool | trsl::is_first_pick (const Iterator &i) |
Return whether *i has been picked already. More... | |