/* * Copyright (c) 2018-2019 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #pragma once #include #include #include #include #include #include #include #include "../results.hpp" #include "ipc_out.hpp" #include "ipc_buffers.hpp" #include "ipc_special.hpp" #include "ipc_domain_object.hpp" #include "ipc_response_context.hpp" #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-but-set-variable" template struct PopFront; template struct PopFront> { using type = std::tuple; }; template struct WhichType; template struct TypeList{}; template constexpr auto Concatenate(TypeList, TypeList) { return TypeList{}; } template