xentara-utils v2.0.4
The Xentara Utility Library
|
Specialization for an empty paramter pack. More...
#include <xentara/utils/tools/ParameterPack.hpp>
Static Public Member Functions | |
static constexpr auto | empty () noexcept -> bool |
Determines if the parameter pack is empty. | |
static consteval auto | self () noexcept -> ParameterPack |
An object of this type. | |
Specialization for an empty paramter pack.
This specialization does not have the First and Next type aliases, nor does it have the self() and next() member functions.
|
staticconstexprnoexcept |
Determines if the parameter pack is empty.
|
staticnoexcept |
An object of this type.
This is the same as kParameterPack<>. You can use this constant if you need to access an object using the type of the ParameterPack specialization instead of the actual parameter pack.