BloombergLP::bdlf::Bind_FuncTraitsImp<bslmf::Nil, bsl::function<PROTO>*, 0, 0, 0>

Function traits for objects passed by pointer with no explicit return type. The object is assumed to have a ResultType type definition.

Synopsis

Declared in <bdlf_bind.h>

template<class PROTO>
struct Bind_FuncTraitsImp<bslmf::Nil, bsl::function<PROTO>*, 0, 0, 0>;

Type Aliases

NameDescription
ResultType Result type of invoking the bound invocable.
Type Storage type used for the bound invocable.
WrapperType Storage type used for the bound invocable.

Enums

NameDescription
Unnamed enum Enumeration of binder implementation traits for this functor kind.