C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::statically_typed< Sigs > Struct Template Reference

A statically typed trait type wrapping the given parameter pack of signatures as a type list. More...

#include <statically_typed.hpp>

Public Types

using signatures = type_list<Sigs...>
 

Detailed Description

template<class... Sigs>
struct caf::statically_typed< Sigs >

A statically typed trait type wrapping the given parameter pack of signatures as a type list.

Note
used for backwards compatibility when declaring typed interfaces.

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