|
cortexlib
v0.2.0
|
match structure More...
#include <match.hxx>


Public Member Functions | |
| template<class... Ts> | |
| match (Ts &&... ts) | |
| Forward Constructor. More... | |
match structure
Inherits the properties of the variadic template of invocables and interfaces the invocables () operators.
| ...Fs |
|
inlineexplicit |
Forward Constructor.
Consumes all function types and forwards them to the variadic constructor of the invocables.
| ...Ts |
| ...ts |