Horizon
Loading...
Searching...
No Matches
3rd_party
range-v3
range
v3
action.hpp
Go to the documentation of this file.
1
2
// Range v3 library
3
//
4
// Copyright Eric Niebler 2014-present
5
//
6
// Use, modification and distribution is subject to the
7
// Boost Software License, Version 1.0. (See accompanying
8
// file LICENSE_1_0.txt or copy at
9
// http://www.boost.org/LICENSE_1_0.txt)
10
//
11
// Project home: https://github.com/ericniebler/range-v3
12
//
13
14
#ifndef RANGES_V3_ACTION_HPP
15
#define RANGES_V3_ACTION_HPP
16
17
#include <
range/v3/action/action.hpp
>
18
#include <
range/v3/action/adjacent_remove_if.hpp
>
19
#include <
range/v3/action/concepts.hpp
>
20
#include <
range/v3/action/drop.hpp
>
21
#include <
range/v3/action/drop_while.hpp
>
22
#include <
range/v3/action/erase.hpp
>
23
#include <
range/v3/action/insert.hpp
>
24
#include <
range/v3/action/join.hpp
>
25
#include <
range/v3/action/push_back.hpp
>
26
#include <
range/v3/action/push_front.hpp
>
27
#include <
range/v3/action/remove_if.hpp
>
28
#include <
range/v3/action/reverse.hpp
>
29
#include <
range/v3/action/shuffle.hpp
>
30
#include <
range/v3/action/slice.hpp
>
31
#include <
range/v3/action/sort.hpp
>
32
#include <
range/v3/action/split.hpp
>
33
#include <
range/v3/action/split_when.hpp
>
34
#include <
range/v3/action/stable_sort.hpp
>
35
#include <
range/v3/action/stride.hpp
>
36
#include <
range/v3/action/take.hpp
>
37
#include <
range/v3/action/take_while.hpp
>
38
#include <
range/v3/action/transform.hpp
>
39
#include <
range/v3/action/unique.hpp
>
40
#include <
range/v3/action/unstable_remove_if.hpp
>
41
42
#endif
action.hpp
adjacent_remove_if.hpp
drop.hpp
drop_while.hpp
join.hpp
remove_if.hpp
reverse.hpp
shuffle.hpp
slice.hpp
sort.hpp
split.hpp
split_when.hpp
stable_sort.hpp
stride.hpp
take.hpp
take_while.hpp
transform.hpp
unique.hpp
unstable_remove_if.hpp
erase.hpp
insert.hpp
push_back.hpp
push_front.hpp
concepts.hpp
Generated by
1.9.8