Sunshine master
Self-hosted game stream host for Moonlight.
util::Function< ReturnType, Args > Struct Template Reference

Callable wrapper used by utility metaprogramming helpers. More...

#include <src/utility.h>

Public Types

typedef ReturnType(*) type(Args...)
 Type extracted from the matched function signature.
 

Detailed Description

template<class ReturnType, class... Args>
struct util::Function< ReturnType, Args >

Callable wrapper used by utility metaprogramming helpers.


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