forward declaration

Synopsis

Declared in <bslstl_function_invokerutil.h>

template<
    class PROTOTYPE,
    class FUNC>
struct Function_InvokerUtil_IsFuncInvocable;

Specializations

Name

Description

Function_InvokerUtil_IsFuncInvocable<RET(ARGS...), FUNC>

Boolean metafunction for invocability of FUNC with RET and ARGS.

Derived Classes

Name

Description

IsFuncInvocable

Boolean metafunction for invocability of FUNC under PROTOTYPE.

Created with MrDocs