![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <functional>#include <type_traits>#include <utility>#include "vccc/__algorithm/ranges/detail/check_input.hpp"#include "vccc/__core/inline_or_static.hpp"#include "vccc/__algorithm/ranges/in_fun_result.hpp"#include "vccc/__functional/identity.hpp"#include "vccc/__functional/invoke.hpp"#include "vccc/__iterator/indirectly_unary_invocable.hpp"#include "vccc/__ranges/begin.hpp"#include "vccc/__ranges/borrowed_iterator_t.hpp"#include "vccc/__ranges/end.hpp"Go to the source code of this file.
Namespaces | |
| vccc | |
| vccc::ranges | |
Typedefs | |
| template<typename I , typename F > | |
| using | for_each_result = in_fun_result< I, F > |
Variables | |
| constexpr VCCC_INLINE_OR_STATIC detail::for_each_niebloid | for_each {} |