Horizon
Loading...
Searching...
No Matches
Concepts | 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.

Concepts

concept  ranges::erasable_range_
 The erasable_range_ concept.
 
concept  ranges::erasable_range
 The erasable_range concept.
 

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)))
 

Variables

template<typename Rng , typename I , typename S >
CPP_concept ranges::erasable_range