xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::tools::ParameterPack< Parameters > Struct Template Referencefinal

A marker for a pack of parameters. More...

#include <tools/ParameterPack.hpp>

Detailed Description

template<typename... Parameters>
struct xentara::utils::tools::ParameterPack< Parameters >

A marker for a pack of parameters.

This is an empty class that can be used in meta programming to represent a parameter pack. It is used in a similar way to std::in_place_type_t: it can be passed to a function to select an overload that uses a certain pack of parameter templates