Warning, file /include/range/v3/functional.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 #ifndef RANGES_V3_FUNCTIONAL_HPP
0015 #define RANGES_V3_FUNCTIONAL_HPP
0016
0017 #include <range/v3/functional/arithmetic.hpp>
0018 #include <range/v3/functional/bind.hpp>
0019 #include <range/v3/functional/bind_back.hpp>
0020 #include <range/v3/functional/comparisons.hpp>
0021 #include <range/v3/functional/compose.hpp>
0022 #include <range/v3/functional/concepts.hpp>
0023 #include <range/v3/functional/identity.hpp>
0024 #include <range/v3/functional/indirect.hpp>
0025 #include <range/v3/functional/invoke.hpp>
0026 #include <range/v3/functional/not_fn.hpp>
0027 #include <range/v3/functional/on.hpp>
0028 #include <range/v3/functional/overload.hpp>
0029 #include <range/v3/functional/pipeable.hpp>
0030 #include <range/v3/functional/reference_wrapper.hpp>
0031
0032 #endif