FunctionWrapper

FunctionWrapper

Public Functions

Name
template <typename F >
FunctionWrapper(F && f)
void operator()()
FunctionWrapper() =default
FunctionWrapper(FunctionWrapper && other)
FunctionWrapper & operator=(FunctionWrapper && other)
FunctionWrapper(const FunctionWrapper & ) =delete
FunctionWrapper(FunctionWrapper & ) =delete
FunctionWrapper & operator=(const FunctionWrapper & ) =delete

Public Functions Documentation

function FunctionWrapper

template <typename F >
inline FunctionWrapper(
    F && f
)

function operator()

inline void operator()()

function FunctionWrapper

FunctionWrapper() =default

function FunctionWrapper

inline FunctionWrapper(
    FunctionWrapper && other
)

function operator=

inline FunctionWrapper & operator=(
    FunctionWrapper && other
)

function FunctionWrapper

FunctionWrapper(
    const FunctionWrapper & 
) =delete

function FunctionWrapper

FunctionWrapper(
    FunctionWrapper & 
) =delete

function operator=

FunctionWrapper & operator=(
    const FunctionWrapper & 
) =delete

Updated on 2022-04-05 at 16:21:26 +0200