Horizon
|
#include <utility>
#include <concepts/concepts.hpp>
#include <range/v3/algorithm/find_if_not.hpp>
#include <range/v3/detail/config.hpp>
#include <range/v3/functional/bind_back.hpp>
#include <range/v3/functional/compose.hpp>
#include <range/v3/functional/invoke.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/primitives.hpp>
#include <range/v3/utility/optional.hpp>
#include <range/v3/utility/semiregular_box.hpp>
#include <range/v3/view/all.hpp>
#include <range/v3/view/interface.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 | |
struct | ranges::trim_view< Rng, Pred > |
struct | ranges::views::trim_base_fn |
struct | ranges::views::trim_bind_fn |
struct | ranges::views::trim_fn |
Namespaces | |
namespace | ranges::views |
Functions | |
template<typename Rng , typename Pred > | |
ranges::trim_view (Rng &&, Pred) -> trim_view< views::all_t< Rng >, Pred > | |
Variables | |
template<typename Rng , typename Pred > | |
RANGES_INLINE_VAR constexpr bool | ranges::enable_borrowed_range< trim_view< Rng, Pred > > |
template<typename Rng , typename Pred > | |
RANGES_INLINE_VAR constexpr bool | ranges::disable_sized_range< trim_view< Rng, Pred > > = true |