#include "capymeta/primitives/Pack.hpp"
#include "legacy/PackMap.hpp"
#include "legacy/Head.hpp"
#include "legacy/PackConcat.hpp"
#include "capymeta/algorithms/general/Rebind.hpp"
#include <tuple>
#include <type_traits>
#include <functional>
#include <expected>
Go to the source code of this file.
|
| template<typename Handler, typename... PackElements> |
| constexpr implementation_details_::valued_pack_for_result_t< Handler, PackElements... > | capy::meta::valued_pack_for (Pack< PackElements... > &&pack, Handler &&handler) |