Horizon
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
sample.hpp File Reference
#include <meta/meta.hpp>
#include <range/v3/algorithm/shuffle.hpp>
#include <range/v3/functional/bind_back.hpp>
#include <range/v3/functional/invoke.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/iterator/default_sentinel.hpp>
#include <range/v3/iterator/operations.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/view/all.hpp>
#include <range/v3/view/facade.hpp>
#include <range/v3/view/view.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>
#include <range/v3/detail/satisfy_boost_range.hpp>

Go to the source code of this file.

Classes

class  ranges::sample_view< Rng, URNG >
 
struct  ranges::views::sample_base_fn
 Returns a random sample of a range of length size(range). More...
 
struct  ranges::views::sample_fn
 

Namespaces

namespace  ranges::views
 

Functions

template<typename Rng , typename URNG >
 ranges::sample_view (Rng &&, range_difference_t< Rng >, URNG &) -> sample_view< views::all_t< Rng >, URNG >