Bitcoin Core 29.99.0
P2P Digital Currency
Static Public Attributes | List of all members
mp::TypeList< Types > Struct Template Reference

Generic utility functions used by capnp code. More...

#include <util.h>

Static Public Attributes

static constexpr size_t size = sizeof...(Types)
 

Detailed Description

template<typename... Types>
struct mp::TypeList< Types >

Generic utility functions used by capnp code.

Type holding a list of types.

Example: TypeList<int, bool, void>

Definition at line 32 of file util.h.

Member Data Documentation

◆ size

template<typename... Types>
constexpr size_t mp::TypeList< Types >::size = sizeof...(Types)
staticconstexpr

Definition at line 34 of file util.h.


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