Poco

template < typename ... Ts >

struct TypeList

Library: Foundation
Package: Core
Header: Poco/TypeList.h

Description

TypeList - a compile-time list of types.

Member Summary

Member Functions: length

Member Functions

length static

static constexpr std::size_t length = sizeof ... (
    Ts
);