From 09e164c02120f05c9364d5d9a8faad2ec0026425 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Wed, 16 Oct 2024 12:52:32 +0200 Subject: Dangling changes --- modules/core/c++/templates.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/core/c++') diff --git a/modules/core/c++/templates.hpp b/modules/core/c++/templates.hpp index 9f629da..fc9d368 100644 --- a/modules/core/c++/templates.hpp +++ b/modules/core/c++/templates.hpp @@ -13,6 +13,9 @@ struct tmpl_group { static constexpr string_literal name = "tmpl_group"; }; +/** + * Concats two tmpl_group into one + */ template struct tmpl_concat; @@ -21,6 +24,9 @@ struct tmpl_concat, tmpl_group> { using type = tmpl_group; }; +/** + * Returns the position of the parameter type in the parameter pack + */ template struct parameter_pack_index; template struct parameter_pack_index { -- cgit v1.2.3