Quick Links:

bal | bbl | bdl | bsl

Public Types

bslmf::ResultType< t_FUNC, t_FALLBACK, BSLMF_VOIDTYPE(typename t_FUNC::result_type)> Struct Template Reference

#include <bslmf_resulttype.h>

List of all members.

Public Types

typedef t_FUNC::result_type type

Detailed Description

template<class t_FUNC, class t_FALLBACK>
struct bslmf::ResultType< t_FUNC, t_FALLBACK, BSLMF_VOIDTYPE(typename t_FUNC::result_type)>

Specialization of ResultType for when t_FUNC::result_type exists, i.e., when the C++ standard idiom for result_type is used.

See Component bslmf_resulttype


Member Typedef Documentation

template<class t_FUNC , class t_FALLBACK >
typedef t_FUNC::result_type bslmf::ResultType< t_FUNC, t_FALLBACK, BSLMF_VOIDTYPE(typename t_FUNC::result_type)>::type

The documentation for this struct was generated from the following file: