mal-packet-weaver
C++20 packet serialization/deserialization library.
|
Provides information about a parameter pack. More...
#include "template.hpp"
Classes | |
struct | type_at |
Static Public Attributes | |
static constexpr size_t | size = _template_detail::CalculateSize<Args...>() |
sizeof all types. | |
static constexpr size_t | amount = sizeof...(Args) |
total amount of provided types. | |
Provides information about a parameter pack.
Definition at line 136 of file template.hpp.
|
staticconstexpr |
total amount of provided types.
Definition at line 145 of file template.hpp.
|
staticconstexpr |
sizeof all types.
Definition at line 141 of file template.hpp.