BDE 4.14.0 Production release
|
#include <bslmf_resulttype.h>
Additional Inherited Members | |
Public Types inherited from bslmf::ResultType_Fallback< t_FALLBACK > | |
typedef t_FALLBACK | type |
Metafunction to return the result type of the specified functor type t_FUNC
. The nested type
is identical to t_FUNC::result_type
if such a type exists; otherwise, it is identical to t_FUNC::ResultType
if that type exists; otherwise, it is identical to the t_FALLBACK
template parameter if it was specified; otherwise, it is undefined.