Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/range/v3/action.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /// \file
0002 // Range v3 library
0003 //
0004 //  Copyright Eric Niebler 2014-present
0005 //
0006 //  Use, modification and distribution is subject to the
0007 //  Boost Software License, Version 1.0. (See accompanying
0008 //  file LICENSE_1_0.txt or copy at
0009 //  http://www.boost.org/LICENSE_1_0.txt)
0010 //
0011 // Project home: https://github.com/ericniebler/range-v3
0012 //
0013 
0014 #ifndef RANGES_V3_ACTION_HPP
0015 #define RANGES_V3_ACTION_HPP
0016 
0017 #include <range/v3/action/action.hpp>
0018 #include <range/v3/action/adjacent_remove_if.hpp>
0019 #include <range/v3/action/concepts.hpp>
0020 #include <range/v3/action/drop.hpp>
0021 #include <range/v3/action/drop_while.hpp>
0022 #include <range/v3/action/erase.hpp>
0023 #include <range/v3/action/insert.hpp>
0024 #include <range/v3/action/join.hpp>
0025 #include <range/v3/action/push_back.hpp>
0026 #include <range/v3/action/push_front.hpp>
0027 #include <range/v3/action/remove_if.hpp>
0028 #include <range/v3/action/reverse.hpp>
0029 #include <range/v3/action/shuffle.hpp>
0030 #include <range/v3/action/slice.hpp>
0031 #include <range/v3/action/sort.hpp>
0032 #include <range/v3/action/split.hpp>
0033 #include <range/v3/action/split_when.hpp>
0034 #include <range/v3/action/stable_sort.hpp>
0035 #include <range/v3/action/stride.hpp>
0036 #include <range/v3/action/take.hpp>
0037 #include <range/v3/action/take_while.hpp>
0038 #include <range/v3/action/transform.hpp>
0039 #include <range/v3/action/unique.hpp>
0040 #include <range/v3/action/unstable_remove_if.hpp>
0041 
0042 #endif