Function traits for function objects that are passed by value without explicit result type specification. The result type is determined by either typename t_FUNC::result_type or typename t_FUNC::ResultType, with the former taking precedence if both are defined.

Synopsis

Declared in <bdlf_bind.h>

template<class t_FUNC>
struct Bind_FuncTraitsImp<bslmf::Nil, t_FUNC, 0, 0, 0>;

Type Aliases

Enums

Name

Unnamed enum

Created with MrDocs