|
NeKernel dev
|
Function wrapper class. More...
#include <Function.h>
Public Member Functions | |
| Function ()=default | |
| Function (T(*Fn)(Args... args)) | |
| ~Function ()=default | |
| Function & | operator= (const Function &)=default |
| Function (const Function &)=default | |
| template<typename... XArgs> | |
| T | operator() (Args &&... args) |
| template<typename... XArgs> | |
| T | Call (Args &&... args) |
| operator bool () | |
| bool | operator! () |
Private Attributes | |
| T(* | fFn )(Args... args) |
Function wrapper class.
================================================================================
|
default |
|
inlineexplicit |
|
default |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
inlineprivate |