Quick Links:

bal | bbl | bdl | bsl

Public Types

bslmf::FunctionPointerTraits< t_PROTOTYPE > Struct Template Reference

#include <bslmf_functionpointertraits.h>

List of all members.

Public Types

enum  { IS_FUNCTION_POINTER = 0 }

Detailed Description

template<class t_PROTOTYPE>
struct bslmf::FunctionPointerTraits< t_PROTOTYPE >

This class gives information about the specified t_PROTOTYPE. The general definition gives no information, but specializations for function pointers types define nested types ResultType, ArgumentList, and Linkage.

See Component bslmf_functionpointertraits


Member Enumeration Documentation

template<class t_PROTOTYPE>
anonymous enum
Enumerator:
IS_FUNCTION_POINTER 

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