The Sparta Modeling Framework
Loading...
Searching...
No Matches
MetaStruct::parameter_pack_length< Args > Struct Template Reference

This Variadic templated struct contains a nested value which stores the length of any parameter pack it gets templatized on. More...

#include <MetaStructs.hpp>

Static Public Attributes

static constexpr std::size_t value = sizeof...(Args)
 

Detailed Description

template<typename... Args>
struct MetaStruct::parameter_pack_length< Args >

This Variadic templated struct contains a nested value which stores the length of any parameter pack it gets templatized on.

Definition at line 404 of file MetaStructs.hpp.

Member Data Documentation

◆ value

template<typename... Args>
constexpr std::size_t MetaStruct::parameter_pack_length< Args >::value = sizeof...(Args)
staticconstexpr

Definition at line 405 of file MetaStructs.hpp.


The documentation for this struct was generated from the following file: