![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <functional>#include <type_traits>#include <utility>#include "vccc/__concepts/assignable_from.hpp"#include "vccc/__concepts/copy_constructible.hpp"#include "vccc/__concepts/convertible_to.hpp"#include "vccc/__concepts/invocable.hpp"#include "vccc/__concepts/movable.hpp"#include "vccc/__core/inline_or_static.hpp"#include "vccc/__iterator/indirectly_readable.hpp"#include "vccc/__iterator/input_iterator.hpp"#include "vccc/__iterator/iter_reference_t.hpp"#include "vccc/__iterator/sentinel_for.hpp"#include "vccc/__ranges/begin.hpp"#include "vccc/__ranges/end.hpp"#include "vccc/__ranges/input_range.hpp"#include "vccc/__ranges/iterator_t.hpp"#include "vccc/__type_traits/conjunction.hpp"#include "vccc/__type_traits/has_typename_type.hpp"#include "vccc/__type_traits/is_invocable.hpp"Go to the source code of this file.
Namespaces | |
| vccc | |
| vccc::ranges | |
Variables | |
| constexpr VCCC_INLINE_OR_STATIC detail::fold_left_niebloid | fold_left {} |