Horizon
Functions | Variables
erase.hpp File Reference
#include <utility>
#include <range/v3/range_fwd.hpp>
#include <range/v3/action/insert.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Functions

template<typename Rng , typename I , typename S >
 ranges::CPP_requires (erasable_range_, requires(Rng &&rng, I first, S last)(ranges::erase((Rng &&) rng, first, last)))
 \concept erasable_range_ More...
 

Variables

template<typename Rng , typename I , typename S >
CPP_concept ranges::erasable_range
 \concept erasable_range More...